PushNotificationReceivedEventArgs.Payload 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 payload of the push notification that triggered the associated PushReceived event.
public:
property Platform::Array <byte> ^ Payload { Platform::Array <byte> ^ get(); };
winrt::array_view <byte> Payload();
public byte[] Payload { get; }
var byte[] = pushNotificationReceivedEventArgs.payload;
Public ReadOnly Property Payload As Byte()
Property Value
Byte[]
byte[]
An array of bytes representing the push notification payload.