Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

StoreServicesNotificationChannelParameters Class

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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

public ref 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)]
class StoreServicesNotificationChannelParameters final
[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
Object Platform::Object IInspectable 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