Batch |
Entry point of the Batch library
|
Batch.Actions |
Batch Action manager
|
Batch.Debug |
Batch Debug module
|
Batch.EventDispatcher |
Batch EventDispatcher module
|
Batch.Inbox |
Batch Inbox module
|
Batch.Messaging |
Batch Messaging module
|
Batch.Messaging.DisplayHint |
|
Batch.Push |
Batch Push module
|
Batch.User |
Batch User module
|
BatchActionActivity |
|
BatchActionService |
Service that Batch uses to respond to actions when not in an activity
|
BatchActivityLifecycleHelper |
Implementation of Application.ActivityLifecycleCallbacks for managing Batch's lifecycle
|
BatchAlertContent |
Model for the content of an Alert In-App/Landing message
|
BatchAlertContent.CTA |
|
BatchBannerContent |
Model for the content of a Banner In-App/Landing message
|
BatchBannerContent.Action |
|
BatchBannerContent.CTA |
|
BatchBannerView |
BatchBannerView handles operations related to a Batch In-App Messaging banner, when used in manual mode.
|
BatchDisplayReceiptJobService |
JobService implementation of Batch Display Receipt
|
BatchEventData |
Object holding data to be associated to an event
Keys should be made of letters, numbers or underscores ([a-z0-9_]) and can't be longer than 30 characters.
|
BatchImageContent |
Model for the content of an image-only message
|
BatchImageContent.Action |
|
BatchInAppMessage |
A subclass of BatchMessage that represents an In-App message
|
BatchInboxFetcher |
BatchInboxFetcher allows you to fetch notifications that have been sent to a user (or installation, more on that later) in their raw form,
allowing you to display them in a list, for example.
|
BatchInboxNotificationContent |
BatchInboxNotificationContent is a model representing the content of an inbox notification
|
BatchInterstitialContent |
Model for the content of an Interstitial In-App/Landing message
|
BatchInterstitialContent.CTA |
|
BatchLandingMessage |
A subclass of BatchMessage that represents a push landing message
|
BatchMessage |
Model representing a Batch Messaging message.
|
BatchMessageAction |
Represents a BatchAction triggerable by a messaging component
|
BatchMessageCTA |
Represents a BatchAction triggerable by a basic CTA messaging component
|
BatchMessagingWebViewJavascriptBridge |
Class providing method implementation for the In-App Webview javascript SDK.
|
BatchModalContent |
Model for the content of a modal message
|
BatchModalContent.Action |
|
BatchModalContent.CTA |
|
BatchNotificationAction |
Represents a Notification Action button
|
BatchNotificationChannelsManager |
BatchNotificationChannelsManager manages how Batch interacts with Android 8.0 (API 26).
|
BatchNotificationChannelsManager.StringResChannelNameProvider |
Implementation of ChannelNameProvider using a String resource to automatically fetch
the right translation.
|
BatchNotificationInterceptor |
Abstract class describing a notification interceptor.
|
BatchPushData |
Deprecated.
|
BatchPushInstanceIDService |
Batch's service for handling Google's Instance ID token refresh
|
BatchPushJobService |
JobService implementation of Batch Push
|
BatchPushMessageDismissReceiver |
Batch's implementation of dismiss intent of push notification
|
BatchPushMessageReceiver |
Batch's implementation of FCM's Push BroadcastReceiver
|
BatchPushPayload |
Convenience object to retrieve standardized Batch data out of a Batch Push intent.
This class does not have a public constructor.
|
BatchPushReceiver |
Batch's legacy implementation of GCM's Push BroadcastReceiver
|
BatchPushService |
Batch's service for handling the push messages and show a notification
|
BatchUserAttribute |
|
BatchUserDataEditor |
Batch User data editor
|
BatchUserProfile |
Deprecated.
|
BatchWebViewContent |
Model for the content of an WebView message
|
Config |
Class to build a configuration for Batch SDK
|
MessagingActivity |
Activity that only lives to display a messaging fragment
|
UserAction |
Model that represents an user action, which can be triggered by Batch SDK in various contexts.
|
WebserviceParameterUtils |
Utility class to easily get webservice parameters
|