Batch
BatchSDK.Push Namespace Reference

Classes

class  BatchToastAcceptedEventArgs
 Event arguments for an accepted toast, if sent by Batch. More...
 
class  GenericToastAcceptedEventArgs
 Event arguments for an accepted toast, no matter when it comes from. More...
 
interface  IToastAcceptedEventArgs
 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...
 
class  Push
 Batch's Push module. You More...
 
class  PushChannelRegisteredEventArgs
 Event arguments for a successfull push notifications channel registration. More...
 
class  PushChannelRegistrationFailedEventArgs
 Event arguments for a failed push notifications channel registration More...
 
class  PushRefreshBackgroundTask