A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
Z
B
- back() - function in com.batch.android.json.JSONTokener
- Unreads the most recent character of input.
- BAD_HTTP_STATUSCODE - enum entry in com.batch.android.BatchMessagingWebViewJavascriptBridge.DevelopmentErrorCause
- BANNER - enum entry in com.batch.android.BatchMessage.Format
BANNER is a banner that can be attached on top or bottom of your screen
- BannerMessage - class in com.batch.android.messaging.model
- BannerView - class in com.batch.android.messaging.view.formats
- View displaying the banner messaging template.
- BannerView.OnActionListener - class in com.batch.android.messaging.view.formats.BannerView
- BannerView.VerticalEdge - class in com.batch.android.messaging.view.formats.BannerView
- BaseBannerMessage - class in com.batch.android.messaging.model
- BaseBannerMessage.CTADirection - class in com.batch.android.messaging.model.BaseBannerMessage
- BaseDialogFragment - class in com.batch.android.messaging.fragment
- Base dialog fragment that implements the dismiss events
- BaseFormat - class in com.batch.android.push.formats
- BasicBitmapProvider - class in com.batch.android.messaging.gif
- Simple BitmapProvider that doesn't pool bitmaps
- Batch - class in com.batch.android
- Entry point of the Batch library
- Batch.Actions - class in com.batch.android.Batch
- Batch Action manager
- Batch.Debug - class in com.batch.android.Batch
- Batch Debug module
- Batch.EventDispatcher - class in com.batch.android.Batch
- Batch EventDispatcher module
- Batch.EventDispatcher.Payload - class in com.batch.android.Batch.EventDispatcher
- Accessor to the payload of the dispatched event in dispatchEvent.Declared under Batch.
- Batch.EventDispatcher.Type - class in com.batch.android.Batch.EventDispatcher
- Represents the type of the dispatched event in dispatchEvent.Declared under Batch.
- Batch.Inbox - class in com.batch.android.Batch
- Batch Inbox module
- Batch.Messaging - class in com.batch.android.Batch
- Batch Messaging module
- Batch.Messaging.DisplayHint - class in com.batch.android.Batch.Messaging
- Batch.Messaging.DisplayHintProvider - class in com.batch.android.Batch.Messaging
- Batch.Messaging.LifecycleListener - class in com.batch.android.Batch.Messaging
- Listener interface for messaging views lifecycle events.Implement this if you want to be notified of what happens to the messaging view (for example, perform some analytics on show/hide).
- Batch.Messaging.LifecycleListener2 - class in com.batch.android.Batch.Messaging
- Listener interface for messaging events.
- Batch.Push - class in com.batch.android.Batch
- Batch Push module
- Batch.User - class in com.batch.android.Batch
- Batch User module
- BatchActionActivity - class in com.batch.android
- Dummy activity that starts BatchActionService or opens a deeplink
- BatchActionService - class in com.batch.android
- Service that Batch uses to respond to actions when not in an activity
- BatchActivityLifecycleHelper - class in com.batch.android
- Implementation of android.app.Application.ActivityLifecycleCallbacks for managing Batch's lifecycle Important note: While this removes the need for most lifecycle activities, you still MUST add Batch.
- BatchAlertContent - class in com.batch.android
- Model for the content of an Alert In-App/Landing message
- BatchAlertContent.CTA - class in com.batch.android.BatchAlertContent
- BatchAttributesFetchListener - class in com.batch.android
- Listener used when fetching attributes using fetchAttributes.
- BatchBannerContent - class in com.batch.android
- Model for the content of a Banner In-App/Landing message
- BatchBannerContent.Action - class in com.batch.android.BatchBannerContent
- BatchBannerContent.CTA - class in com.batch.android.BatchBannerContent
- BatchBannerView - class in com.batch.android
- BatchBannerView handles operations related to a Batch In-App Messaging banner, when used in manual mode.
- BatchBannerViewPrivateHelper - class in com.batch.android
- Helper to access package private methods of BatchBannerView
- batchContextBecameAvailable(Context) - function in com.batch.android.module.PushModule
- Called by Batch as soon as a context is available in the runtimeManagerFor convenience, the application context is available as a parameter.LocalBroadcastManager is also up.
- batchContextBecameAvailable(Context) - function in com.batch.android.module.EventDispatcherModule
- Called by Batch as soon as a context is available in the runtimeManagerFor convenience, the application context is available as a parameter.LocalBroadcastManager is also up.
- batchContextBecameAvailable(Context) - function in com.batch.android.module.OptOutModule
- Called by Batch as soon as a context is available in the runtimeManagerFor convenience, the application context is available as a parameter.LocalBroadcastManager is also up.
- batchContextBecameAvailable(Context) - function in com.batch.android.module.DisplayReceiptModule
- Called by Batch as soon as a context is available in the runtimeManagerFor convenience, the application context is available as a parameter.LocalBroadcastManager is also up.
- batchContextBecameAvailable(Context) - function in com.batch.android.module.MessagingModule
- Called by Batch as soon as a context is available in the runtimeManagerFor convenience, the application context is available as a parameter.LocalBroadcastManager is also up.
- batchContextBecameAvailable(Context) - function in com.batch.android.module.UserModule
- Called by Batch as soon as a context is available in the runtimeManagerFor convenience, the application context is available as a parameter.LocalBroadcastManager is also up.
- batchContextBecameAvailable(Context) - function in com.batch.android.module.ActionModule
- Called by Batch as soon as a context is available in the runtimeManagerFor convenience, the application context is available as a parameter.LocalBroadcastManager is also up.
- batchContextBecameAvailable(Context) - function in com.batch.android.module.LocalCampaignsModule
- Called by Batch as soon as a context is available in the runtimeManagerFor convenience, the application context is available as a parameter.LocalBroadcastManager is also up.
- batchContextBecameAvailable(Context) - function in com.batch.android.module.TrackerModule
- Called by Batch as soon as a context is available in the runtimeManagerFor convenience, the application context is available as a parameter.LocalBroadcastManager is also up.
- batchContextBecameAvailable(Context) - function in com.batch.android.module.BatchModuleMaster
- Called by Batch as soon as a context is available in the runtimeManagerFor convenience, the application context is available as a parameter.LocalBroadcastManager is also up.
- batchContextBecameAvailable(Context) - function in com.batch.android.module.BatchModule
- Called by Batch as soon as a context is available in the runtimeManagerFor convenience, the application context is available as a parameter.LocalBroadcastManager is also up.
- BatchDate - class in com.batch.android.date
- BatchDebugActivity - class in com.batch.android.debug
- Debug activity that display info from Batch SDK
- BatchDeeplinkInterceptor - class in com.batch.android
- Abstract class describing a deeplink interceptor.
- batchDidStart() - function in com.batch.android.module.PushModule
- Called by Batch right after batch startNB : Same context and activity that in willStart but with the new state READY set
- batchDidStart() - function in com.batch.android.module.EventDispatcherModule
- Called by Batch right after batch startNB : Same context and activity that in willStart but with the new state READY set
- batchDidStart() - function in com.batch.android.module.OptOutModule
- Called by Batch right after batch startNB : Same context and activity that in willStart but with the new state READY set
- batchDidStart() - function in com.batch.android.module.DisplayReceiptModule
- Called by Batch right after batch startNB : Same context and activity that in willStart but with the new state READY set
- batchDidStart() - function in com.batch.android.module.MessagingModule
- Called by Batch right after batch startNB : Same context and activity that in willStart but with the new state READY set
- batchDidStart() - function in com.batch.android.module.UserModule
- Called by Batch right after batch startNB : Same context and activity that in willStart but with the new state READY set
- batchDidStart() - function in com.batch.android.module.ActionModule
- Called by Batch right after batch startNB : Same context and activity that in willStart but with the new state READY set
- batchDidStart() - function in com.batch.android.module.LocalCampaignsModule
- Called by Batch right after batch startNB : Same context and activity that in willStart but with the new state READY set
- batchDidStart() - function in com.batch.android.module.TrackerModule
- Called by Batch right after batch startNB : Same context and activity that in willStart but with the new state READY set
- batchDidStart() - function in com.batch.android.module.BatchModuleMaster
- Called by Batch right after batch startNB : Same context and activity that in willStart but with the new state READY set
- batchDidStart() - function in com.batch.android.module.BatchModule
- Called by Batch right after batch startNB : Same context and activity that in willStart but with the new state READY set
- batchDidStop() - function in com.batch.android.module.PushModule
- Called by Batch right after batch stopNB : No context or activity are available
- batchDidStop() - function in com.batch.android.module.EventDispatcherModule
- Called by Batch right after batch stopNB : No context or activity are available
- batchDidStop() - function in com.batch.android.module.OptOutModule
- Called by Batch right after batch stopNB : No context or activity are available
- batchDidStop() - function in com.batch.android.module.DisplayReceiptModule
- Called by Batch right after batch stopNB : No context or activity are available
- batchDidStop() - function in com.batch.android.module.MessagingModule
- Called by Batch right after batch stopNB : No context or activity are available
- batchDidStop() - function in com.batch.android.module.UserModule
- Called by Batch right after batch stopNB : No context or activity are available
- batchDidStop() - function in com.batch.android.module.ActionModule
- Called by Batch right after batch stopNB : No context or activity are available
- batchDidStop() - function in com.batch.android.module.LocalCampaignsModule
- Called by Batch right after batch stopNB : No context or activity are available
- batchDidStop() - function in com.batch.android.module.TrackerModule
- Called by Batch right after batch stopNB : No context or activity are available
- batchDidStop() - function in com.batch.android.module.BatchModuleMaster
- Called by Batch right after batch stopNB : No context or activity are available
- batchDidStop() - function in com.batch.android.module.BatchModule
- Called by Batch right after batch stopNB : No context or activity are available
- BatchDisplayReceiptJobService - class in com.batch.android
- JobService implementation of Batch Display Receipt
- BatchEventData - class in com.batch.android
- 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.
- BatchEventDispatcher - class in com.batch.android
- Interface used when listening for event to dispatch.
- BatchImageContent - class in com.batch.android
- Model for the content of an image-only message
- BatchImageContent.Action - class in com.batch.android.BatchImageContent
- BatchInAppMessage - class in com.batch.android
- A subclass of BatchMessage that represents an In-App message
- BatchInAppMessage.Content - class in com.batch.android.BatchInAppMessage
- Interface defining a BatchInAppMessage content model object.See classes implementing this interface to learn more.
- BatchInboxFetcher - class in com.batch.android
- 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.
- BatchInboxFetcher.OnNewNotificationsFetchedListener - class in com.batch.android.BatchInboxFetcher
- BatchInboxFetcher.OnNextPageFetchedListener - class in com.batch.android.BatchInboxFetcher
- BatchInboxNotificationContent - class in com.batch.android
- BatchInboxNotificationContent is a model representing the content of an inbox notification
- BatchInterstitialContent - class in com.batch.android
- Model for the content of an Interstitial In-App/Landing message
- BatchInterstitialContent.CTA - class in com.batch.android.BatchInterstitialContent
- batchIsFinishing() - function in com.batch.android.module.PushModule
- Called by Batch before switching to FINISHINGNB : Context and activity are still available from the runtimeManager
- batchIsFinishing() - function in com.batch.android.module.EventDispatcherModule
- Called by Batch before switching to FINISHINGNB : Context and activity are still available from the runtimeManager
- batchIsFinishing() - function in com.batch.android.module.OptOutModule
- Called by Batch before switching to FINISHINGNB : Context and activity are still available from the runtimeManager
- batchIsFinishing() - function in com.batch.android.module.DisplayReceiptModule
- Called by Batch before switching to FINISHINGNB : Context and activity are still available from the runtimeManager
- batchIsFinishing() - function in com.batch.android.module.MessagingModule
- Called by Batch before switching to FINISHINGNB : Context and activity are still available from the runtimeManager
- batchIsFinishing() - function in com.batch.android.module.UserModule
- Called by Batch before switching to FINISHINGNB : Context and activity are still available from the runtimeManager
- batchIsFinishing() - function in com.batch.android.module.ActionModule
- Called by Batch before switching to FINISHINGNB : Context and activity are still available from the runtimeManager
- batchIsFinishing() - function in com.batch.android.module.LocalCampaignsModule
- Called by Batch before switching to FINISHINGNB : Context and activity are still available from the runtimeManager
- batchIsFinishing() - function in com.batch.android.module.TrackerModule
- Called by Batch before switching to FINISHINGNB : Context and activity are still available from the runtimeManager
- batchIsFinishing() - function in com.batch.android.module.BatchModuleMaster
- Called by Batch before switching to FINISHINGNB : Context and activity are still available from the runtimeManager
- batchIsFinishing() - function in com.batch.android.module.BatchModule
- Called by Batch before switching to FINISHINGNB : Context and activity are still available from the runtimeManager
- BatchLandingMessage - class in com.batch.android
- A subclass of BatchMessage that represents a push landing message
- BatchMessage - class in com.batch.android
- Model representing a Batch Messaging message.
- BatchMessage.Format - class in com.batch.android.BatchMessage
- Formats that can be contained into a BatchMessage.
- BatchMessageAction - class in com.batch.android
- Represents a BatchAction triggerable by a messaging component
- BatchMessageCTA - class in com.batch.android
- Represents a BatchAction triggerable by a basic CTA messaging component
- BatchMessagingException - class in com.batch.android
- Batch Messaging Exception.
- BatchMessagingWebViewJavascriptBridge - class in com.batch.android
- Class providing method implementation for the In-App Webview javascript SDK.
- BatchMessagingWebViewJavascriptBridge.DevelopmentErrorCause - class in com.batch.android.BatchMessagingWebViewJavascriptBridge
- BatchModalContent - class in com.batch.android
- Model for the content of a modal message
- BatchModalContent.Action - class in com.batch.android.BatchModalContent
- BatchModalContent.CTA - class in com.batch.android.BatchModalContent
- BatchModule - class in com.batch.android.module
- Abstract class of a Batch Module
- BatchModuleMaster - class in com.batch.android.module
- Module master that dispatch to subcribed modules
- BatchNotificationAction - class in com.batch.android
- Represents a Notification Action button
- BatchNotificationChannelsManager - class in com.batch.android
- BatchNotificationChannelsManager manages how Batch interacts with Android 8.0 (API 26).
- BatchNotificationChannelsManager.ChannelNameProvider - class in com.batch.android.BatchNotificationChannelsManager
- Interface describing a channel name provider.
- BatchNotificationChannelsManager.NotificationChannelIdInterceptor - class in com.batch.android.BatchNotificationChannelsManager
- Interface describing a channel ID interceptor for notifications displayed by Batch
- BatchNotificationChannelsManager.StringResChannelNameProvider - class in com.batch.android.BatchNotificationChannelsManager
- Implementation of ChannelNameProvider using a String resource to automatically fetchthe right translation.
- BatchNotificationChannelsManagerPrivateHelper - class in com.batch.android
- BatchNotificationInterceptor - class in com.batch.android
- Abstract class describing a notification interceptor.
- BatchNotificationSource - class in com.batch.android
- BatchNotificationSource represents how the push was sent from Batch: via the Transactional API, or using a Push Campaign The value might be unknown for forward compatibility, or if the information was missing.
- BatchOptOutResultListener - class in com.batch.android
- Interface describing a listener for server-side Opt-Out/Opt-Out and wipe acknowledgment
- BatchOptOutResultListener.ErrorPolicy - class in com.batch.android.BatchOptOutResultListener
- BatchPermissionActivity - class in com.batch.android
- Dummy activity that ask a runtime permission to the user
- BatchPushData - class in com.batch.android
- Convenience object to retrieve Batch data out of a Batch Push intent
- BatchPushHelper - class in com.batch.android
- Set of helper methods shared between BatchPushNotificationPresenter and methods exposed to devs via the push module
- BatchPushInstanceIDService - class in com.batch.android
- Batch's service for handling Google's Instance ID token refresh
- BatchPushJobService - class in com.batch.android
- JobService implementation of Batch Push
- BatchPushMessageDismissReceiver - class in com.batch.android
- Batch's implementation of dismiss intent of push notification
- BatchPushMessageReceiver - class in com.batch.android
- Batch's implementation of FCM's Push BroadcastReceiver
- BatchPushNotificationPresenter - class in com.batch.android
- Class responsible to display a notification from a GCM/FCM push payload
- BatchPushPayload - class in com.batch.android
- Convenience object to retrieve standardized Batch data out of a Batch Push intent.
- BatchPushPayload.ParsingException - class in com.batch.android.BatchPushPayload
- Represents a payload parsing exception.This usually means that the given bundle or receiver intent doesn't contain data that BatchPushPayload understands.
- BatchPushReceiver - class in com.batch.android
- Batch's legacy implementation of GCM's Push BroadcastReceiver
- BatchPushService - class in com.batch.android
- Batch's service for handling the push messages and show a notification This can be used on Android O, if eligibility has been verified beforehand and startService exceptions are handled.
- BatchTagCollectionsFetchListener - class in com.batch.android
- Listener used when fetching tag collections using fetchTagCollections.
- BatchUserAttribute - class in com.batch.android
- BatchUserAttribute.Type - class in com.batch.android.BatchUserAttribute
- BatchUserDataEditor - class in com.batch.android
- Batch User data editor
- BatchUserProfile - class in com.batch.android
- User profile that contains user specific targeting data
- BatchWebservice - class in com.batch.android
- Batch webservice that extends Webservice and can access SystemParameterHelper.
- BatchWebViewContent - class in com.batch.android
- Model for the content of an WebView message
- batchWillStart() - function in com.batch.android.module.PushModule
- Called by Batch before batch startNB : Context & activity are already available from the runtimeManager
- batchWillStart() - function in com.batch.android.module.EventDispatcherModule
- Called by Batch before batch startNB : Context & activity are already available from the runtimeManager
- batchWillStart() - function in com.batch.android.module.OptOutModule
- Called by Batch before batch startNB : Context & activity are already available from the runtimeManager
- batchWillStart() - function in com.batch.android.module.DisplayReceiptModule
- Called by Batch before batch startNB : Context & activity are already available from the runtimeManager
- batchWillStart() - function in com.batch.android.module.MessagingModule
- Called by Batch before batch startNB : Context & activity are already available from the runtimeManager
- batchWillStart() - function in com.batch.android.module.UserModule
- Called by Batch before batch startNB : Context & activity are already available from the runtimeManager
- batchWillStart() - function in com.batch.android.module.ActionModule
- Called by Batch before batch startNB : Context & activity are already available from the runtimeManager
- batchWillStart() - function in com.batch.android.module.LocalCampaignsModule
- Called by Batch before batch startNB : Context & activity are already available from the runtimeManager
- batchWillStart() - function in com.batch.android.module.TrackerModule
- Called by Batch before batch startNB : Context & activity are already available from the runtimeManager
- batchWillStart() - function in com.batch.android.module.BatchModuleMaster
- Called by Batch before batch startNB : Context & activity are already available from the runtimeManager
- batchWillStart() - function in com.batch.android.module.BatchModule
- Called by Batch before batch startNB : Context & activity are already available from the runtimeManager
- batchWillStop() - function in com.batch.android.module.PushModule
- Called by Batch before switching to OFFNB : Context is still available from runtimeManager (not activity)
- batchWillStop() - function in com.batch.android.module.EventDispatcherModule
- Called by Batch before switching to OFFNB : Context is still available from runtimeManager (not activity)
- batchWillStop() - function in com.batch.android.module.OptOutModule
- Called by Batch before switching to OFFNB : Context is still available from runtimeManager (not activity)
- batchWillStop() - function in com.batch.android.module.DisplayReceiptModule
- Called by Batch before switching to OFFNB : Context is still available from runtimeManager (not activity)
- batchWillStop() - function in com.batch.android.module.MessagingModule
- Called by Batch before switching to OFFNB : Context is still available from runtimeManager (not activity)
- batchWillStop() - function in com.batch.android.module.UserModule
- Called by Batch before switching to OFFNB : Context is still available from runtimeManager (not activity)
- batchWillStop() - function in com.batch.android.module.ActionModule
- Called by Batch before switching to OFFNB : Context is still available from runtimeManager (not activity)
- batchWillStop() - function in com.batch.android.module.LocalCampaignsModule
- Called by Batch before switching to OFFNB : Context is still available from runtimeManager (not activity)
- batchWillStop() - function in com.batch.android.module.TrackerModule
- Called by Batch before switching to OFFNB : Context is still available from runtimeManager (not activity)
- batchWillStop() - function in com.batch.android.module.BatchModuleMaster
- Called by Batch before switching to OFFNB : Context is still available from runtimeManager (not activity)
- batchWillStop() - function in com.batch.android.module.BatchModule
- Called by Batch before switching to OFFNB : Context is still available from runtimeManager (not activity)
- beforeTextChanged(CharSequence,int,int,int) - function in android.widget.NestedListView
- beginBatchEdit() - function in android.widget.Button
- beginBatchEdit() - function in android.widget.TextView
- BIG_INTEGER - enum entry in com.batch.android.msgpack.value.Variable.Type
- BIN16 - enum entry in com.batch.android.msgpack.core.MessageFormat
- BIN32 - enum entry in com.batch.android.msgpack.core.MessageFormat
- BIN8 - enum entry in com.batch.android.msgpack.core.MessageFormat
- BINARY - enum entry in com.batch.android.msgpack.value.ValueType
- BinaryValue - class in com.batch.android.msgpack.value
- Representation of MessagePack's Binary type.
- bindIsolatedService(Intent,int,String,Executor,ServiceConnection) - function in android.content.BatchPushService
- bindIsolatedService(Intent,int,String,Executor,ServiceConnection) - function in android.content.BatchPermissionActivity
- bindIsolatedService(Intent,int,String,Executor,ServiceConnection) - function in android.content.BatchActionService
- bindIsolatedService(Intent,int,String,Executor,ServiceConnection) - function in android.content.BatchDisplayReceiptJobService
- bindIsolatedService(Intent,int,String,Executor,ServiceConnection) - function in android.content.MessagingActivity
- bindIsolatedService(Intent,int,String,Executor,ServiceConnection) - function in android.content.BatchActionActivity
- bindIsolatedService(Intent,int,String,Executor,ServiceConnection) - function in android.content.BatchPushInstanceIDService
- bindIsolatedService(Intent,int,String,Executor,ServiceConnection) - function in android.content.BatchPushJobService
- bindIsolatedService(Intent,int,String,Executor,ServiceConnection) - function in android.content.PushRegistrationDiscoveryService
- bindIsolatedService(Intent,int,String,Executor,ServiceConnection) - function in android.content.DispatcherDiscoveryService
- bindIsolatedService(Intent,int,String,Executor,ServiceConnection) - function in android.content.BatchDebugActivity
- bindService(Intent,ServiceConnection,int) - function in android.content.BatchPushService
- bindService(Intent,ServiceConnection,int) - function in android.content.BatchPermissionActivity
- bindService(Intent,ServiceConnection,int) - function in android.content.BatchActionService
- bindService(Intent,ServiceConnection,int) - function in android.content.BatchDisplayReceiptJobService
- bindService(Intent,ServiceConnection,int) - function in android.content.MessagingActivity
- bindService(Intent,ServiceConnection,int) - function in android.content.BatchActionActivity
- bindService(Intent,ServiceConnection,int) - function in android.content.BatchPushInstanceIDService
- bindService(Intent,ServiceConnection,int) - function in android.content.BatchPushJobService
- bindService(Intent,ServiceConnection,int) - function in android.content.PushRegistrationDiscoveryService
- bindService(Intent,ServiceConnection,int) - function in android.content.DispatcherDiscoveryService
- bindService(Intent,ServiceConnection,int) - function in android.content.BatchDebugActivity
- bindServiceAsUser(Intent,ServiceConnection,int,UserHandle) - function in android.content.BatchPushService
- bindServiceAsUser(Intent,ServiceConnection,int,UserHandle) - function in android.content.BatchPermissionActivity
- bindServiceAsUser(Intent,ServiceConnection,int,UserHandle) - function in android.content.BatchActionService
- bindServiceAsUser(Intent,ServiceConnection,int,UserHandle) - function in android.content.BatchDisplayReceiptJobService
- bindServiceAsUser(Intent,ServiceConnection,int,UserHandle) - function in android.content.MessagingActivity
- bindServiceAsUser(Intent,ServiceConnection,int,UserHandle) - function in android.content.BatchActionActivity
- bindServiceAsUser(Intent,ServiceConnection,int,UserHandle) - function in android.content.BatchPushInstanceIDService
- bindServiceAsUser(Intent,ServiceConnection,int,UserHandle) - function in android.content.BatchPushJobService
- bindServiceAsUser(Intent,ServiceConnection,int,UserHandle) - function in android.content.PushRegistrationDiscoveryService
- bindServiceAsUser(Intent,ServiceConnection,int,UserHandle) - function in android.content.DispatcherDiscoveryService
- bindServiceAsUser(Intent,ServiceConnection,int,UserHandle) - function in android.content.BatchDebugActivity
- BL_TR - enum entry in com.batch.android.messaging.view.PositionableGradientDrawable.Orientation
draw the gradient from the bottom-left to the top-right
- BOOL - enum entry in com.batch.android.BatchUserAttribute.Type
- BOOL - enum entry in com.batch.android.user.AttributeType
- BOOLEAN - enum entry in com.batch.android.msgpack.value.Variable.Type
- BOOLEAN - enum entry in com.batch.android.msgpack.value.ValueType
- BOOLEAN - enum entry in com.batch.android.msgpack.core.MessageFormat
- BooleanValue - class in com.batch.android.msgpack.value
- Representation MessagePack's Boolean type.
- borderColor(int) - function in com.batch.android.messaging.view.roundimage.RoundedTransformationBuilder
- Set the border color.
- borderColor(ColorStateList) - function in com.batch.android.messaging.view.roundimage.RoundedTransformationBuilder
- Set the border color as a ColorStateList.
- borderWidth(float) - function in com.batch.android.messaging.view.roundimage.RoundedTransformationBuilder
- Set the border width in pixels.
- borderWidthDp(float) - function in com.batch.android.messaging.view.roundimage.RoundedTransformationBuilder
- Set the border width in density independent pixels.
- BOTTOM - enum entry in com.batch.android.messaging.view.formats.BannerView.VerticalEdge
- BOTTOM - enum entry in com.batch.android.messaging.view.PannableBannerFrameLayout.DismissDirection
- BOTTOM_TOP - enum entry in com.batch.android.messaging.view.PositionableGradientDrawable.Orientation
draw the gradient from the bottom to the top
- BR_TL - enum entry in com.batch.android.messaging.view.PositionableGradientDrawable.Orientation
draw the gradient from the bottom-right to the top-left
- BRAND - enum entry in com.batch.android.core.SystemParameterShortName
- BRIDGE_VERSION - enum entry in com.batch.android.core.SystemParameterShortName
Same bridge/plugin version as the useragent
- bringChildToFront(View) - function in android.view.NestedListView
- bringChildToFront(View) - function in android.view.WebFormatView
- bringChildToFront(View) - function in android.view.BannerView
- bringChildToFront(View) - function in android.view.ImageFormatView
- bringChildToFront(View) - function in android.view.ImageFormatView.ImageContainerView
- bringChildToFront(View) - function in android.view.UniversalRootView
- bringChildToFront(View) - function in android.view.SeparatedFlexboxLayout
- bringChildToFront(View) - function in android.view.WebView
- bringChildToFront(View) - function in android.view.MaximumHeightScrollView
- bringChildToFront(View) - function in android.view.FixedRatioFrameLayout
- bringChildToFront(View) - function in android.view.PannableBannerFrameLayout
- bringChildToFront(View) - function in android.view.FlexboxLayout
- bringChildToFront(View) - function in android.view.PercentRelativeLayout
- bringChildToFront(View) - function in android.view.PercentFrameLayout
- bringPointIntoView(int) - function in android.widget.Button
- bringPointIntoView(int) - function in android.widget.TextView
- bringToFront() - function in android.view.NestedListView
- bringToFront() - function in android.view.WebFormatView
- bringToFront() - function in android.view.BannerView
- bringToFront() - function in android.view.ImageFormatView
- bringToFront() - function in android.view.ImageFormatView.ImageContainerView
- bringToFront() - function in android.view.UniversalRootView
- bringToFront() - function in android.view.Button
- bringToFront() - function in android.view.SeparatorView
- bringToFront() - function in android.view.TextView
- bringToFront() - function in android.view.SeparatedFlexboxLayout
- bringToFront() - function in android.view.WebView
- bringToFront() - function in android.view.MaximumHeightScrollView
- bringToFront() - function in android.view.AnimatedCloseButton
- bringToFront() - function in android.view.CloseButton
- bringToFront() - function in android.view.FixedRatioFrameLayout
- bringToFront() - function in android.view.PannableBannerFrameLayout
- bringToFront() - function in android.view.FlexboxLayout
- bringToFront() - function in android.view.CountdownView
- bringToFront() - function in android.view.RoundedImageView
- bringToFront() - function in android.view.PercentRelativeLayout
- bringToFront() - function in android.view.PercentFrameLayout
- build() - function in com.batch.android.msgpack.value.ValueFactory.MapBuilder
- build() - function in com.batch.android.core.URLBuilder
- Build the query to an URL object
- build(PatternURLSorter,Cryptor) - function in com.batch.android.core.URLBuilder
- Build the query according to a sorter.
- buildDrawingCache() - function in android.view.NestedListView
- buildDrawingCache() - function in android.view.WebFormatView
- buildDrawingCache() - function in android.view.BannerView
- buildDrawingCache() - function in android.view.ImageFormatView
- buildDrawingCache() - function in android.view.ImageFormatView.ImageContainerView
- buildDrawingCache() - function in android.view.UniversalRootView
- buildDrawingCache() - function in android.view.Button
- buildDrawingCache() - function in android.view.SeparatorView
- buildDrawingCache() - function in android.view.TextView
- buildDrawingCache() - function in android.view.SeparatedFlexboxLayout
- buildDrawingCache() - function in android.view.WebView
- buildDrawingCache() - function in android.view.MaximumHeightScrollView
- buildDrawingCache() - function in android.view.AnimatedCloseButton
- buildDrawingCache() - function in android.view.CloseButton
- buildDrawingCache() - function in android.view.FixedRatioFrameLayout
- buildDrawingCache() - function in android.view.PannableBannerFrameLayout
- buildDrawingCache() - function in android.view.FlexboxLayout
- buildDrawingCache() - function in android.view.CountdownView
- buildDrawingCache() - function in android.view.RoundedImageView
- buildDrawingCache() - function in android.view.PercentRelativeLayout
- buildDrawingCache() - function in android.view.PercentFrameLayout
- buildIdentifierForURL(String) - function in com.batch.android.core.PushImageCache
- Build a file identifier out of the url of the file (simple md5)
- buildImageURL(Context,String,List) - function in com.batch.android.ImageDownloadWebservice
- Build image url based on the device density and available ones
- buildLayer() - function in android.view.NestedListView
- buildLayer() - function in android.view.WebFormatView
- buildLayer() - function in android.view.BannerView
- buildLayer() - function in android.view.ImageFormatView
- buildLayer() - function in android.view.ImageFormatView.ImageContainerView
- buildLayer() - function in android.view.UniversalRootView
- buildLayer() - function in android.view.Button
- buildLayer() - function in android.view.SeparatorView
- buildLayer() - function in android.view.TextView
- buildLayer() - function in android.view.SeparatedFlexboxLayout
- buildLayer() - function in android.view.WebView
- buildLayer() - function in android.view.MaximumHeightScrollView
- buildLayer() - function in android.view.AnimatedCloseButton
- buildLayer() - function in android.view.CloseButton
- buildLayer() - function in android.view.FixedRatioFrameLayout
- buildLayer() - function in android.view.PannableBannerFrameLayout
- buildLayer() - function in android.view.FlexboxLayout
- buildLayer() - function in android.view.CountdownView
- buildLayer() - function in android.view.RoundedImageView
- buildLayer() - function in android.view.PercentRelativeLayout
- buildLayer() - function in android.view.PercentFrameLayout
- BuiltinStyleProvider - class in com.batch.android.messaging.css.builtin
- Provides some builtin SDK styles
- BUMP - enum entry in com.batch.android.query.response.AttributesCheckResponse.Action
- bumpVersion(long) - function in com.batch.android.module.UserModule
- BUNDLE_NAME - enum entry in com.batch.android.core.SystemParameterShortName
- Button - class in com.batch.android.messaging.view.styled
- Styleable Button, based on appcompat-v7's Button
- BYTE_ARRAY - enum entry in com.batch.android.msgpack.value.Variable.Type
- ByteArrayHelper - class in com.batch.android.core
- Helper to manipulate byte arrays and string encoding
- ByteBufferInput - class in com.batch.android.msgpack.core.buffer
- MessageBufferInput adapter for java.nio.ByteBuffer
- bytesToHex(Array) - function in com.batch.android.core.ByteArrayHelper
- Convert an array of byte to an hex string