Condividi tramite


StoreServicesNotificationChannelParameters.CustomNotificationChannelUri Proprietà

Definizione

Ottiene o imposta l'URI del canale di notifica da usare per ricevere notifiche del Centro per i partner.

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

Valore della proprietà

String

Platform::String

winrt::hstring

URI del canale di notifica da usare per ricevere notifiche del Centro per i partner.

Commenti

Se l'app ha già un canale di notifica usato per le notifiche push e si vuole usare questo stesso canale per ricevere notifiche del Centro per i partner, assegnare l'URI del canale a questa proprietà e passare l'oggetto padre all'overload del metodo RegisterNotificationChannelAsync .

Si applica a