StoreServicesNotificationChannelParameters class

StoreServicesNotificationChannelParameters class

Contains data to pass to the RegisterNotificationChannelAsync method overload when you register your app to receive Windows Dev Center notifications.

Syntax


public ref class StoreServicesNotificationChannelParameters sealed 

Members

The StoreServicesNotificationChannelParameters class has these types of members:

Constructors

The StoreServicesNotificationChannelParameters class has these constructors.

ConstructorDescription
StoreServicesNotificationChannelParameters

Initializes a new instance of the StoreServicesNotificationChannelParameters class.

 

Properties

The StoreServicesNotificationChannelParameters class has these properties.

PropertyAccess typeDescription

CustomNotificationChannelUri

Read/write

Gets or sets the URI of the notification channel to use for receiving Windows Dev Center notifications.

CustomSystemId

Read/write

This property is reserved for future use, and is not intended to be used in your code.

CustomUserId

Read/write

This property is reserved for future use, and is not intended to be used in your code.

 

Remarks

Create an instance of this class if you want to specify a custom notification channel or a custom system ID and user ID with the RegisterNotificationChannelAsync method overload.

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
RegisterNotificationChannelAsync

 

 

Show:
© 2017 Microsoft