Batch
BatchSDK.Push.GenericToastAcceptedEventArgs Class Reference

Event arguments for an accepted toast, no matter when it comes from. More...

Inheritance diagram for BatchSDK.Push.GenericToastAcceptedEventArgs:
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...
 
- 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, no matter when it comes from.

Property Documentation

bool BatchSDK.Push.GenericToastAcceptedEventArgs.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.GenericToastAcceptedEventArgs.RawAction
getset

Raw action string.