StoreServicesNotificationChannelParameters.CustomNotificationChannelUri Property
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.
Gets or sets the URI of the notification channel to use for receiving Partner Center notifications.
public:
property Platform::String ^ CustomNotificationChannelUri { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring CustomNotificationChannelUri();
void CustomNotificationChannelUri(winrt::hstring value);
public string CustomNotificationChannelUri { get; set; }
var string = storeServicesNotificationChannelParameters.customNotificationChannelUri;
storeServicesNotificationChannelParameters.customNotificationChannelUri = string;
Public Property CustomNotificationChannelUri As String
Property Value
The URI of the notification channel to use for receiving Partner 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 Partner Center notifications, assign the channel URI to this property and pass the parent object to the RegisterNotificationChannelAsync method overload.