CustomNotificationChannelUri | customNotificationChannelUri property

StoreServicesNotificationChannelParameters.CustomNotificationChannelUri | customNotificationChannelUri property

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

Syntax


public:
property String^ CustomNotificationChannelUri { 
   String^ get();
   void set (String^ value);
}

Property value

Type: String [JavaScript] | System.String [.NET] | Platform::String [C++]

The URI of the notification channel to use for receiving Windows Dev Center notifications.

Remarks

If your app already has a notification channel that it uses for push notifications and you want to use this same channel to receive Dev Center notifications, assign the channel URI to this property and pass the parent object to the RegisterNotificationChannelAsync method overload.

Requirements

Minimum supported client

Windows 10

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

See also

StoreServicesNotificationChannelParameters
RegisterNotificationChannelAsync

 

 

Show:
© 2017 Microsoft