StoreServicesNotificationChannelRegistrationResult class
Provides access to the notification channel URI and error data returned by the RegisterNotificationChannelAsync method.
Syntax
public ref class StoreServicesNotificationChannelRegistrationResult sealed
Members
The StoreServicesNotificationChannelRegistrationResult class has these types of members:
Properties
The StoreServicesNotificationChannelRegistrationResult class has these properties.
| Property | Access type | Description |
|---|---|---|
|
Read-only |
Gets the code for the error that occurred. | |
|
Read-only |
Gets additional details about the error that occurred. | |
|
Read-only |
Gets the URI of the notification channel that was used to register your app to receive Windows Dev Center notifications by using the RegisterNotificationChannelAsync method. |
Remarks
This type is available in the Microsoft Store Services SDK. An object of this type is returned by the RegisterNotificationChannelAsync method.
Requirements
|
Minimum supported client |
Windows 10 [Windows Store apps only] |
|---|---|
|
Minimum supported server |
None supported |
|
Minimum supported phone |
Windows 10 Mobile |
|
Namespace |
|
|
Metadata |
|
Attributes
- [MarshalingBehavior(Agile)]
- [Threading(Both)]
- [Version]
See also