Batch
BatchSDK.Push.BatchToastAcceptedEventArgs Class Reference

Event arguments for an accepted toast, if sent by Batch. More...

Inheritance diagram for BatchSDK.Push.BatchToastAcceptedEventArgs:
BatchSDK.Push.IToastAcceptedEventArgs

Properties

bool IsBatchPush [get, set]
 Whether the push comes from Batch. If true, you can cast this to BatchToastAcceptedEventArgs in order to access more fields. More...
 
string RawAction [get, set]
 Raw action string. More...
 
string Deeplink [get, set]
 Push deeplink. Can be null. More...
 
string CustomPayload [get, set]
 Custom payload as a JSON string. Can be null.See

See also
Windows.Data.Json

in order to convert it into an object. More...

 
- Properties inherited from BatchSDK.Push.IToastAcceptedEventArgs
bool IsBatchPush [get]
 Whether the push comes from Batch. If true, you can cast this to BatchToastAcceptedEventArgs in order to access more fields. More...
 
string RawAction [get]
 Raw action string. More...
 

Detailed Description

Event arguments for an accepted toast, if sent by Batch.

Property Documentation

string BatchSDK.Push.BatchToastAcceptedEventArgs.CustomPayload
getset

Custom payload as a JSON string. Can be null.See

See also
Windows.Data.Json

in order to convert it into an object.

string BatchSDK.Push.BatchToastAcceptedEventArgs.Deeplink
getset

Push deeplink. Can be null.

bool BatchSDK.Push.BatchToastAcceptedEventArgs.IsBatchPush
getset

Whether the push comes from Batch. If true, you can cast this to BatchToastAcceptedEventArgs in order to access more fields.

string BatchSDK.Push.BatchToastAcceptedEventArgs.RawAction
getset

Raw action string.