StoreServicesNotificationChannelParameters Class

Definition

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

public ref class StoreServicesNotificationChannelParameters sealed
class StoreServicesNotificationChannelParameters sealed
[Windows.Foundation.Metadata.Activatable(1)]
[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 StoreServicesNotificationChannelParameters
function StoreServicesNotificationChannelParameters()
Public NotInheritable Class StoreServicesNotificationChannelParameters
Inheritance
System.Object
StoreServicesNotificationChannelParameters
Attributes

Additional features and requirements

Software Development Kit
Minimum supported OS
Windows 10 (10.0.10240.0)

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.

Constructors

StoreServicesNotificationChannelParameters()

Initializes a new instance of the StoreServicesNotificationChannelParameters class.

Properties

CustomNotificationChannelUri

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

CustomSystemId

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

CustomUserId

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

Applies to