Compartilhar via


PushNotificationReceivedEventArgs.RawNotification Propriedade

Definição

Obtém o conteúdo definido pelo aplicativo contido nesta notificação por push, cujo conteúdo é usado para executar uma tarefa em segundo plano no aplicativo.

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

Valor da propriedade

Encapsula o conteúdo definido pelo aplicativo da notificação bruta. Se NotificationType não for do tipo Raw, esse valor será NULL.

Aplica-se a

Confira também