PushNotificationReceivedEventArgs.RawNotification Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.