![]() |
Batch
|
▼NBatchSDK | |
▼NPush | |
CBatchToastAcceptedEventArgs | Event arguments for an accepted toast, if sent by Batch. |
CGenericToastAcceptedEventArgs | Event arguments for an accepted toast, no matter when it comes from. |
CIToastAcceptedEventArgs | 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... |
CPush | Batch's Push module. You |
CPushChannelRegisteredEventArgs | Event arguments for a successfull push notifications channel registration. |
CPushChannelRegistrationFailedEventArgs | Event arguments for a failed push notifications channel registration |
CPushRefreshBackgroundTask | |
▼NUser | |
CEditor | User data editor; This is the class you'll interact with to make changes to user attributes, such as: |
CUser | Batch's User module. Setting custom user data and tracking events happen here. |
CBatch | Batch SDK Core |