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
 
BannerMessage - class in com.batch.android.messaging.model.mep
 
BannerView - class in com.batch.android.messaging.view.formats.mep
View displaying the banner messaging template.
BannerView.OnActionListener - class in com.batch.android.messaging.view.formats.mep.BannerView
 
Base91J - class in com.batch.android.core
Base91J encoder/decoder.
Base91J.CorruptedInputException - class in com.batch.android.core.Base91J
 
BaseBannerMessage - class in com.batch.android.messaging.model.mep
 
BaseBannerMessage.CTADirection - class in com.batch.android.messaging.model.mep.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.InAppInterceptor - class in com.batch.android.Batch.Messaging
Interface to intercept In-App Messages before they are displayed.
Batch.Messaging.LifecycleListener - class in com.batch.android.Batch.Messaging
Listener interface for messaging views lifecycle events.
Batch.Messaging.LifecycleListener.MessagingCloseReason - class in com.batch.android.Batch.Messaging.LifecycleListener
Enum for the different reasons why an In-App message can be closed.
Batch.Profile - class in com.batch.android.Batch
Batch Profile module
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.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.
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.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.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.DataCollectionModule
Method called when the batch SDK received the context
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.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.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.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.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.ProfileModule
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.
BatchDataCollectionConfig - class in com.batch.android
Batch Automatic Data Collection related configuration.
BatchDataCollectionConfig.Editor - class in com.batch.android.BatchDataCollectionConfig
Editor interface to edit the BatchDataCollectionConfig
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.BatchModule
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.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.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.DataCollectionModule
Method called when Batch did start
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.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.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.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.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.ProfileModule
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.BatchModule
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.LocalCampaignsModule
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.DataCollectionModule
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.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.OptOutModule
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.PushModule
Called by Batch right after batch stopNB : No context or activity are available
batchDidStop() - function in com.batch.android.module.ProfileModule
Called by Batch right after batch stopNB : No context or activity are available
BatchDisplayReceiptJobService - class in com.batch.android
A legacy no-op JobService for backward compatibility.
BatchEmailSubscriptionState - class in com.batch.android
Enum defining the state of an email subscription
BatchEventAttributes - class in com.batch.android
Object holding attributes 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.BatchModule
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.LocalCampaignsModule
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.DataCollectionModule
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.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.OptOutModule
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.PushModule
Called by Batch before switching to FINISHINGNB : Context and activity are still available from the runtimeManager
batchIsFinishing() - function in com.batch.android.module.ProfileModule
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.
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.
BatchMessagingView - class in com.batch.android
Class representing a Batch Messaging view.
BatchMessagingView.Kind - class in com.batch.android.BatchMessagingView
Kind of view which can be wrapped by this class.
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
 
BatchMigration - class in com.batch.android
 
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 subscribed 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
BatchPermissionListener - class in com.batch.android
Interface for requesting runtime permission with callback.
BatchProfileAttributeEditor - class in com.batch.android
Batch Profile Attribute Editor Profiles centralize data and events from multiple sources (Apps, Websites, APIs) in a single place based on the Custom ID.
BatchPushHelper - class in com.batch.android
Set of helper methods shared between BatchPushNotificationPresenter and methods exposed to devs via the push module
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.
BatchPushRegistration - class in com.batch.android
Class holding the push registration information.
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.
BatchSMSSubscriptionState - class in com.batch.android
Enum defining the state of an SMS subscription
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
 
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.BatchModule
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.LocalCampaignsModule
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.DataCollectionModule
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.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.OptOutModule
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.PushModule
Called by Batch before batch startNB : Context & activity are already available from the runtimeManager
batchWillStart() - function in com.batch.android.module.ProfileModule
Called by Batch before batch startNB : Context & activity are already available from the runtimeManager
batchWillStop() - function in com.batch.android.module.BatchModule
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.LocalCampaignsModule
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.DataCollectionModule
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.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.OptOutModule
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.PushModule
Called by Batch before switching to OFFNB : Context is still available from runtimeManager (not activity)
batchWillStop() - function in com.batch.android.module.ProfileModule
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
 
beginAutoCloseCountdown() - function in com.batch.android.messaging.fragment.CEPTemplateFragment
 
beginBatchEdit() - function in android.widget.Button
 
beginBatchEdit() - function in android.widget.TextView
 
beginBatchEdit() - function in android.widget.Button
 
beginBatchEdit() - function in android.widget.TextView
 
bindIsolatedService(Intent,int,String,Executor,ServiceConnection) - function in android.content.BatchActionService
 
bindIsolatedService(Intent,int,String,Executor,ServiceConnection) - function in android.content.BatchActionActivity
 
bindIsolatedService(Intent,int,String,Executor,ServiceConnection) - function in android.content.BatchPushService
 
bindIsolatedService(Intent,int,String,Executor,ServiceConnection) - function in android.content.BatchDisplayReceiptJobService
 
bindIsolatedService(Intent,int,String,Executor,ServiceConnection) - function in android.content.BatchPushJobService
 
bindIsolatedService(Intent,int,String,Executor,ServiceConnection) - function in android.content.BatchPermissionActivity
 
bindIsolatedService(Intent,int,String,Executor,ServiceConnection) - function in android.content.MessagingActivity
 
bindIsolatedService(Intent,int,String,Executor,ServiceConnection) - function in android.content.DispatcherDiscoveryService
 
bindIsolatedService(Intent,int,String,Executor,ServiceConnection) - function in android.content.BatchDebugActivity
 
bindIsolatedService(Intent,int,String,Executor,ServiceConnection) - function in android.content.PushRegistrationDiscoveryService
 
bindService(Intent,Context.BindServiceFlags,Executor,ServiceConnection) - function in android.content.BatchActionService
 
bindService(Intent,Context.BindServiceFlags,Executor,ServiceConnection) - function in android.content.BatchActionActivity
 
bindService(Intent,Context.BindServiceFlags,Executor,ServiceConnection) - function in android.content.BatchPushService
 
bindService(Intent,Context.BindServiceFlags,Executor,ServiceConnection) - function in android.content.BatchDisplayReceiptJobService
 
bindService(Intent,Context.BindServiceFlags,Executor,ServiceConnection) - function in android.content.BatchPushJobService
 
bindService(Intent,Context.BindServiceFlags,Executor,ServiceConnection) - function in android.content.BatchPermissionActivity
 
bindService(Intent,Context.BindServiceFlags,Executor,ServiceConnection) - function in android.content.MessagingActivity
 
bindService(Intent,Context.BindServiceFlags,Executor,ServiceConnection) - function in android.content.DispatcherDiscoveryService
 
bindService(Intent,Context.BindServiceFlags,Executor,ServiceConnection) - function in android.content.BatchDebugActivity
 
bindService(Intent,Context.BindServiceFlags,Executor,ServiceConnection) - function in android.content.PushRegistrationDiscoveryService
 
bindServiceAsUser(Intent,ServiceConnection,Context.BindServiceFlags,UserHandle) - function in android.content.BatchActionService
 
bindServiceAsUser(Intent,ServiceConnection,Context.BindServiceFlags,UserHandle) - function in android.content.BatchActionActivity
 
bindServiceAsUser(Intent,ServiceConnection,Context.BindServiceFlags,UserHandle) - function in android.content.BatchPushService
 
bindServiceAsUser(Intent,ServiceConnection,Context.BindServiceFlags,UserHandle) - function in android.content.BatchDisplayReceiptJobService
 
bindServiceAsUser(Intent,ServiceConnection,Context.BindServiceFlags,UserHandle) - function in android.content.BatchPushJobService
 
bindServiceAsUser(Intent,ServiceConnection,Context.BindServiceFlags,UserHandle) - function in android.content.BatchPermissionActivity
 
bindServiceAsUser(Intent,ServiceConnection,Context.BindServiceFlags,UserHandle) - function in android.content.MessagingActivity
 
bindServiceAsUser(Intent,ServiceConnection,Context.BindServiceFlags,UserHandle) - function in android.content.DispatcherDiscoveryService
 
bindServiceAsUser(Intent,ServiceConnection,Context.BindServiceFlags,UserHandle) - function in android.content.BatchDebugActivity
 
bindServiceAsUser(Intent,ServiceConnection,Context.BindServiceFlags,UserHandle) - function in android.content.PushRegistrationDiscoveryService
 
BL_TR - enum entry in com.batch.android.messaging.view.PositionableGradientDrawable.Orientation

draw the gradient from the bottom-left to the top-right

BOLD - enum entry in com.batch.android.messaging.model.cep.InAppProperty.FontDecoration
 
BOOL - enum entry in com.batch.android.BatchUserAttribute.Type
 
BOOL - enum entry in com.batch.android.user.AttributeType
 
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.PannableBannerFrameLayout.DismissDirection
 
BOTTOM - enum entry in com.batch.android.messaging.view.formats.EmbeddedBannerContainer.VerticalEdge
 
BOTTOM - enum entry in com.batch.android.messaging.model.cep.InAppProperty.VerticalAlignment
 
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

BRIDGE_VERSION - enum entry in com.batch.android.core.systemparameters.SystemParameterShortName

Same bridge/plugin version as the user-agent

bringChildToFront(View) - function in android.view.MaximumHeightScrollView
 
bringChildToFront(View) - function in android.view.FlexboxLayout
 
bringChildToFront(View) - function in android.view.PannableBannerFrameLayout
 
bringChildToFront(View) - function in android.view.FixedRatioFrameLayout
 
bringChildToFront(View) - function in android.view.PercentRelativeLayout
 
bringChildToFront(View) - function in android.view.PercentFrameLayout
 
bringChildToFront(View) - function in android.view.BannerView
 
bringChildToFront(View) - function in android.view.UniversalRootView
 
bringChildToFront(View) - function in android.view.WebFormatView
 
bringChildToFront(View) - function in android.view.ImageFormatView
 
bringChildToFront(View) - function in android.view.ImageFormatView.ImageContainerView
 
bringChildToFront(View) - function in android.view.EmbeddedBannerContainer.BaseView
 
bringChildToFront(View) - function in android.view.WebView
 
bringChildToFront(View) - function in android.view.SeparatedFlexboxLayout
 
bringChildToFront(View) - function in android.view.NestedListView
 
bringChildToFront(View) - function in android.view.BuildableRootView
 
bringChildToFront(View) - function in android.view.ColumnsView
 
bringChildToFront(View) - function in android.view.ProgressImageView
 
bringChildToFront(View) - function in android.view.WebView
 
bringPointIntoView(int) - function in android.widget.Button
 
bringPointIntoView(int) - function in android.widget.TextView
 
bringPointIntoView(Integer) - function in android.widget.Button
 
bringPointIntoView(Integer,Boolean) - function in android.widget.Button
 
bringPointIntoView(Integer) - function in android.widget.TextView
 
bringPointIntoView(Integer,Boolean) - function in android.widget.TextView
 
bringToFront() - function in android.view.AnimatedCloseButton
 
bringToFront() - function in android.view.CloseButton
 
bringToFront() - function in android.view.MaximumHeightScrollView
 
bringToFront() - function in android.view.FlexboxLayout
 
bringToFront() - function in android.view.CountdownView
 
bringToFront() - function in android.view.PannableBannerFrameLayout
 
bringToFront() - function in android.view.FixedRatioFrameLayout
 
bringToFront() - function in android.view.PercentRelativeLayout
 
bringToFront() - function in android.view.PercentFrameLayout
 
bringToFront() - function in android.view.BannerView
 
bringToFront() - function in android.view.UniversalRootView
 
bringToFront() - function in android.view.WebFormatView
 
bringToFront() - function in android.view.ImageFormatView
 
bringToFront() - function in android.view.ImageFormatView.ImageContainerView
 
bringToFront() - function in android.view.EmbeddedBannerContainer.BaseView
 
bringToFront() - function in android.view.WebView
 
bringToFront() - function in android.view.SeparatedFlexboxLayout
 
bringToFront() - function in android.view.Button
 
bringToFront() - function in android.view.SeparatorView
 
bringToFront() - function in android.view.TextView
 
bringToFront() - function in android.view.RoundedImageView
 
bringToFront() - function in android.view.NestedListView
 
bringToFront() - function in android.view.BuildableRootView
 
bringToFront() - function in android.view.Button
 
bringToFront() - function in android.view.ColumnsView
 
bringToFront() - function in android.view.Divider
 
bringToFront() - function in android.view.ProgressImageView
 
bringToFront() - function in android.view.Spacer
 
bringToFront() - function in android.view.TextView
 
bringToFront() - function in android.view.WebView
 
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.
BuildableRootView - class in com.batch.android.messaging.view.formats.cep
Root view for the message.
BuildableRootView.OnActionListener - class in com.batch.android.messaging.view.formats.cep.BuildableRootView
Interface for handling actions
buildColumns(InAppComponent.Columns,Function2) - function in com.batch.android.messaging.view.styled.cep.ColumnsView
Build the columns based on the provided component.
BuildConfig - class in com.batch.android
 
buildDrawingCache() - function in android.view.AnimatedCloseButton
 
buildDrawingCache() - function in android.view.CloseButton
 
buildDrawingCache() - function in android.view.MaximumHeightScrollView
 
buildDrawingCache() - function in android.view.FlexboxLayout
 
buildDrawingCache() - function in android.view.CountdownView
 
buildDrawingCache() - function in android.view.PannableBannerFrameLayout
 
buildDrawingCache() - function in android.view.FixedRatioFrameLayout
 
buildDrawingCache() - function in android.view.PercentRelativeLayout
 
buildDrawingCache() - function in android.view.PercentFrameLayout
 
buildDrawingCache() - function in android.view.BannerView
 
buildDrawingCache() - function in android.view.UniversalRootView
 
buildDrawingCache() - function in android.view.WebFormatView
 
buildDrawingCache() - function in android.view.ImageFormatView
 
buildDrawingCache() - function in android.view.ImageFormatView.ImageContainerView
 
buildDrawingCache() - function in android.view.EmbeddedBannerContainer.BaseView
 
buildDrawingCache() - function in android.view.WebView
 
buildDrawingCache() - function in android.view.SeparatedFlexboxLayout
 
buildDrawingCache() - function in android.view.Button
 
buildDrawingCache() - function in android.view.SeparatorView
 
buildDrawingCache() - function in android.view.TextView
 
buildDrawingCache() - function in android.view.RoundedImageView
 
buildDrawingCache() - function in android.view.NestedListView
 
buildDrawingCache() - function in android.view.BuildableRootView
 
buildDrawingCache(Boolean) - function in android.view.BuildableRootView
 
buildDrawingCache() - function in android.view.Button
 
buildDrawingCache(Boolean) - function in android.view.Button
 
buildDrawingCache() - function in android.view.ColumnsView
 
buildDrawingCache(Boolean) - function in android.view.ColumnsView
 
buildDrawingCache() - function in android.view.Divider
 
buildDrawingCache(Boolean) - function in android.view.Divider
 
buildDrawingCache() - function in android.view.ProgressImageView
 
buildDrawingCache(Boolean) - function in android.view.ProgressImageView
 
buildDrawingCache() - function in android.view.Spacer
 
buildDrawingCache(Boolean) - function in android.view.Spacer
 
buildDrawingCache() - function in android.view.TextView
 
buildDrawingCache(Boolean) - function in android.view.TextView
 
buildDrawingCache() - function in android.view.WebView
 
buildDrawingCache(Boolean) - function in android.view.WebView
 
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.AnimatedCloseButton
 
buildLayer() - function in android.view.CloseButton
 
buildLayer() - function in android.view.MaximumHeightScrollView
 
buildLayer() - function in android.view.FlexboxLayout
 
buildLayer() - function in android.view.CountdownView
 
buildLayer() - function in android.view.PannableBannerFrameLayout
 
buildLayer() - function in android.view.FixedRatioFrameLayout
 
buildLayer() - function in android.view.PercentRelativeLayout
 
buildLayer() - function in android.view.PercentFrameLayout
 
buildLayer() - function in android.view.BannerView
 
buildLayer() - function in android.view.UniversalRootView
 
buildLayer() - function in android.view.WebFormatView
 
buildLayer() - function in android.view.ImageFormatView
 
buildLayer() - function in android.view.ImageFormatView.ImageContainerView
 
buildLayer() - function in android.view.EmbeddedBannerContainer.BaseView
 
buildLayer() - function in android.view.WebView
 
buildLayer() - function in android.view.SeparatedFlexboxLayout
 
buildLayer() - function in android.view.Button
 
buildLayer() - function in android.view.SeparatorView
 
buildLayer() - function in android.view.TextView
 
buildLayer() - function in android.view.RoundedImageView
 
buildLayer() - function in android.view.NestedListView
 
buildLayer() - function in android.view.BuildableRootView
 
buildLayer() - function in android.view.Button
 
buildLayer() - function in android.view.ColumnsView
 
buildLayer() - function in android.view.Divider
 
buildLayer() - function in android.view.ProgressImageView
 
buildLayer() - function in android.view.Spacer
 
buildLayer() - function in android.view.TextView
 
buildLayer() - function in android.view.WebView
 
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
 
Button - class in com.batch.android.messaging.view.styled.mep
Styleable Button, based on appcompat-v7's Button
BUTTON - enum entry in com.batch.android.messaging.model.cep.InAppComponent.Type
 
Button - class in com.batch.android.messaging.view.styled.cep
Button is a custom View designed to render a button.
ByteArrayHelper - class in com.batch.android.core
Helper to manipulate byte arrays and string encoding
bytesToHex(Array) - function in com.batch.android.core.ByteArrayHelper
Convert an array of byte to an hex string
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  Z