Compartir a través de


PushNotificationReceivedEventArgs.RawNotification Propiedad

Definición

Obtiene el contenido definido por la aplicación contenido en esta notificación push, el contenido de que se usa para realizar una tarea en segundo plano en la aplicación.

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

Valor de propiedad

Encapsula el contenido definido por la aplicación de la notificación sin procesar. Si NotificationType no es de tipo Raw, este valor es NULL.

Se aplica a

Consulte también