PushNotificationReceivedEventArgs.RawNotification Property

Definition

Gets the app-defined content contained in this push notification, the contents of which are used to perform a background task on the app.

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

Property Value

Encapsulates the app-defined content of the raw notification. If NotificationType is not of type Raw, this value is NULL.

Applies to

See also