StoreServicesNotificationChannelRegistrationResult class

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.

PropertyAccess typeDescription

ErrorCode

Read-only

Gets the code for the error that occurred.

ErrorMessage

Read-only

Gets additional details about the error that occurred.

NotificationChannelUri

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

Microsoft.Services.Store.Engagement
Microsoft::Services::Store::Engagement [C++]

Metadata

Microsoft.Services.Store.Engagement.winmd

Attributes

[MarshalingBehavior(Agile)]
[Threading(Both)]
[Version]

See also

Object

 

 

Show:
© 2017 Microsoft