PushNotificationReceivedEventArgs.Payload Property

Definition

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.

Applies to