Microsoft.Services.Store.Engagement namespace
This namespace contains APIs in the Microsoft Store Services SDK that you can use in conjunction with features in the Windows Dev Center dashboard to engage with your customers. These features include running app experiments with A/B testing, launching Feedback Hub from your app so that users can submit feedback that you can respond to in the dashboard, logging custom events from your app that you can review in the dashboard, and sending targeted push notifications from the dashboard to your app.
For more information about this SDK, see Microsoft Store Services SDK.
Members
The Microsoft.Services.Store.Engagement namespace has these types of members:
Classes
| Class | Description |
|---|---|
| StoreServicesCustomEventLogger |
Provides members you can use to log events from your app to Windows Dev Center. |
| StoreServicesEngagementManager |
Provides members you can use to configure your app to receive targeted push notifications from Windows Dev Center. |
| StoreServicesExperimentVariation |
Represents a variation for an A/B experiment that you have configured in the Windows Dev Center dashboard. |
| StoreServicesExperimentVariationResult |
Provides access to a variation assignment for an A/B experiment that you have configured in the Windows Dev Center dashboard. |
| StoreServicesFeedbackLauncher |
Provides members you can use to launch Feedback Hub and take users to your app's area so they can submit and upvote feedback. |
| StoreServicesNotificationChannelParameters |
Contains data to pass to the RegisterNotificationChannelAsync method overload when you register your app to receive Windows Dev Center notifications. |
| StoreServicesNotificationChannelRegistrationResult |
Provides access to the notification channel URI and error data returned by the RegisterNotificationChannelAsync method. |
Enumerations
The Microsoft.Services.Store.Engagement namespace has these enumerations.
| Enumeration | Description |
|---|---|
| StoreServicesEngagementErrorCode |
Defines error codes for a StoreServicesExperimentVariationResult or StoreServicesNotificationChannelRegistrationResult object. |
See also