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.
| Constructor | Description |
|---|---|
| StoreServicesNotificationChannelParameters |
Initializes a new instance of the StoreServicesNotificationChannelParameters class. |
Properties
The StoreServicesNotificationChannelParameters class has these properties.
| Property | Access type | Description |
|---|---|---|
|
Read/write |
Gets or sets the URI of the notification channel to use for receiving Windows Dev Center notifications. | |
|
Read/write |
This property is reserved for future use, and is not intended to be used in your code. | |
|
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 |
|
|
Metadata |
|
Attributes
- [MarshalingBehavior(Agile)]
- [Threading(Both)]
- [Version]
See also