StoreServicesNotificationChannelRegistrationResult Class

Definition

Provides access to the notification channel URI and error data returned by the RegisterNotificationChannelAsync method.

public ref class StoreServicesNotificationChannelRegistrationResult sealed
class StoreServicesNotificationChannelRegistrationResult sealed
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Version(1)]
public sealed class StoreServicesNotificationChannelRegistrationResult
Public NotInheritable Class StoreServicesNotificationChannelRegistrationResult
Inheritance
System.Object
StoreServicesNotificationChannelRegistrationResult
Attributes

Additional features and requirements

Software Development Kit
Minimum supported OS
Windows 10 (10.0.10240.0)

Remarks

An object of this type is returned by the RegisterNotificationChannelAsync method.

Properties

ErrorCode

Gets the code for the error that occurred.

ErrorMessage

Gets additional details about the error that occurred.

NotificationChannelUri

Gets the URI of the notification channel that was used to register your app to receive Partner Center notifications by using the RegisterNotificationChannelAsync method.

Applies to