Condividi tramite


PushNotificationReceivedEventArgs.RawNotification Proprietà

Definizione

Ottiene il contenuto definito dall'app contenuto in questa notifica push, il contenuto di cui viene usato per eseguire un'attività in background nell'app.

public:
 property RawNotification ^ RawNotification { RawNotification ^ get(); };
RawNotification RawNotification();
public RawNotification RawNotification { get; }
var rawNotification = pushNotificationReceivedEventArgs.rawNotification;
Public ReadOnly Property RawNotification As RawNotification

Valore della proprietà

Incapsula il contenuto definito dall'app della notifica non elaborata. Se NotificationType non è di tipo Raw, questo valore è NULL.

Si applica a

Vedi anche