Batch
BatchSDK.Push.IToastAcceptedEventArgs Interface Reference

Event arguments for an accepted toast. A toast is "accepted" when a user taps on it or one of its buttons. This interface can be casted to GenericToastAcceptedEventArgs or BatchToastAcceptedEventArgs based on IsBatchPush's value. If the toast came from Batch, BatchToastAcceptedEventArgs will let you read additional information such as deeplinks, custom payload, etc... More...

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

Properties

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.

A toast is "accepted" when a user taps on it or one of its buttons.

This interface can be casted to GenericToastAcceptedEventArgs or BatchToastAcceptedEventArgs based on IsBatchPush's value.

If the toast came from Batch, BatchToastAcceptedEventArgs will let you read additional information such as deeplinks, custom payload, etc...

Property Documentation

bool BatchSDK.Push.IToastAcceptedEventArgs.IsBatchPush
get

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

string BatchSDK.Push.IToastAcceptedEventArgs.RawAction
get

Raw action string.