A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
Z
M
- MainDebugFragment - class in com.batch.android.debug.fragment
- makePendingIntent(Context,Intent,Bundle) - function in com.batch.android.Batch.Push
- Make a PendingIntent suitable for notifications from a given Intent.
- makePendingIntent(Context,Intent,RemoteMessage) - function in com.batch.android.Batch.Push
- Make a PendingIntent suitable for notifications from a given Intent.
- makePendingIntent(Context,Intent,Bundle) - function in com.batch.android.module.PushModule
- Make a PendingIntent suitable for notifications from a given Intent.
- makePendingIntent(Context,Intent,RemoteMessage) - function in com.batch.android.module.PushModule
- Firebase variant of the method
- makePendingIntentForDeeplink(Context,String,Bundle) - function in com.batch.android.Batch.Push
- Make a PendingIntent suitable for notifications from a given deeplink.
- makePendingIntentForDeeplink(Context,String,RemoteMessage) - function in com.batch.android.Batch.Push
- Make a PendingIntent suitable for notifications from a given deeplink.
- makePendingIntentForDeeplink(Context,String,Bundle) - function in com.batch.android.module.PushModule
- Make a PendingIntent suitable for notifications from a given deeplink.
- makePendingIntentForDeeplink(Context,String,RemoteMessage) - function in com.batch.android.module.PushModule
- Firebase version of the original method
- makeScrollable() - function in com.batch.android.messaging.view.styled.TextView
- managedQuery(Uri,Array,String,Array,String) - function in android.app.BatchPermissionActivity
- managedQuery(Uri,Array,String,Array,String) - function in android.app.BatchActionActivity
- managedQuery(Uri,Array,String,Array,String) - function in android.app.MessagingActivity
- managedQuery(Uri,Array,String,Array,String) - function in android.app.BatchDebugActivity
- map() - function in com.batch.android.msgpack.value.MapValue
- Returns the value as
{@code Map}. - map() - function in com.batch.android.msgpack.value.ImmutableMapValue
- Returns the value as
{@code Map}. - MAP - enum entry in com.batch.android.msgpack.value.ValueType
- MAP - enum entry in com.batch.android.msgpack.value.Variable.Type
- map() - function in com.batch.android.msgpack.value.impl.ImmutableMapValueImpl
- Returns the value as
{@code Map}. - MAP16 - enum entry in com.batch.android.msgpack.core.MessageFormat
- MAP32 - enum entry in com.batch.android.msgpack.core.MessageFormat
- MapValue - class in com.batch.android.msgpack.value
- Representation of MessagePack's Map type.
- mark(int) - function in java.io.ForwardReadableInputStream
- markAllAsRead() - function in com.batch.android.BatchInboxFetcher
- Marks all notifications as read.
- markAllAsRead() - function in com.batch.android.inbox.InboxFetcherInternal
- markAllAsRead(long,long) - function in com.batch.android.inbox.InboxDatasource
- Mark all notification received before a specified time as read
- markAsDeleted(BatchInboxNotificationContent) - function in com.batch.android.BatchInboxFetcher
- Mark a specific notification as deleted.
- markAsDeleted(BatchInboxNotificationContent) - function in com.batch.android.inbox.InboxFetcherInternal
- markAsRead(BatchInboxNotificationContent) - function in com.batch.android.BatchInboxFetcher
- Mark a specific notification as read.
- markAsRead(BatchInboxNotificationContent) - function in com.batch.android.inbox.InboxFetcherInternal
- markLandingAsAlreadyShown() - function in com.batch.android.IntentParser
- Mark the open as already tracked
- markNotificationAsDeleted(String) - function in com.batch.android.inbox.InboxDatasource
- Mark a notification as deleted locally
- markNotificationAsRead(String) - function in com.batch.android.inbox.InboxDatasource
- Mark a notification as read
- markOpenAsAlreadyTracked() - function in com.batch.android.IntentParser
- Mark the open as already tracked
- markSupported() - function in java.io.ForwardReadableInputStream
- matchesSelector(String) - function in com.batch.android.messaging.css.DOMNode
- MAX - enum entry in com.batch.android.core.InternalPushData.Priority
- MaximumHeightScrollView - class in com.batch.android.messaging.view
- A ScrollView that supports setting a maximum height
- measure(int,int) - function in android.view.ImageFormatView
- measure(int,int) - function in android.view.ImageFormatView.ImageContainerView
- measure(int,int) - function in android.view.UniversalRootView
- measure(int,int) - function in android.view.BannerView
- measure(int,int) - function in android.view.WebFormatView
- measure(int,int) - function in android.view.FlexboxLayout
- measure(int,int) - function in android.view.PannableBannerFrameLayout
- measure(int,int) - function in android.view.CloseButton
- measure(int,int) - function in android.view.AnimatedCloseButton
- measure(int,int) - function in android.view.FixedRatioFrameLayout
- measure(int,int) - function in android.view.CountdownView
- measure(int,int) - function in android.view.MaximumHeightScrollView
- measure(int,int) - function in android.view.RoundedImageView
- measure(int,int) - function in android.view.PercentRelativeLayout
- measure(int,int) - function in android.view.PercentFrameLayout
- measure(int,int) - function in android.view.TextView
- measure(int,int) - function in android.view.SeparatorView
- measure(int,int) - function in android.view.WebView
- measure(int,int) - function in android.view.SeparatedFlexboxLayout
- measure(int,int) - function in android.view.Button
- measure(int,int) - function in android.view.NestedListView
- MediaQuery - class in com.batch.android.messaging.css
- Message - class in com.batch.android.messaging.model
- Message.Source - class in com.batch.android.messaging.model.Message
- MessageBuffer - class in com.batch.android.msgpack.core.buffer
- MessageBuffer class is an abstraction of memory with fast methods to serialize and deserialize primitive values to/from the memory.
- MessageBufferBE - class in com.batch.android.msgpack.core.buffer
- MessageBufferBE is a MessageBuffer implementation tailored to big-endian machines.
- MessageBufferInput - class in com.batch.android.msgpack.core.buffer
- Provides a sequence of MessageBuffer instances.
- MessageBufferOutput - class in com.batch.android.msgpack.core.buffer
- Provides a buffered output stream that writes sequence of MessageBuffer instances.
- MessageBufferPacker - class in com.batch.android.msgpack.core
- MessagePacker that is useful to produce byte array output.
- MessageBufferU - class in com.batch.android.msgpack.core.buffer
- Universal MessageBuffer implementation supporting Java6 and Android.
- MessageFormat - class in com.batch.android.msgpack.core
- Describes the list of the message format types defined in the MessagePack specification.
- MessageFormatException - class in com.batch.android.msgpack.core
- Thrown when the input message pack format is invalid
- MessageInsufficientBufferException - class in com.batch.android.msgpack.core
- Exception that indicates end of input.
- MessageIntegerOverflowException - class in com.batch.android.msgpack.core
- This error is thrown when the user tries to read an integer value using a smaller types.
- MessageNeverUsedFormatException - class in com.batch.android.msgpack.core
- Thrown when the input message pack format is invalid
- MessagePack - class in com.batch.android.msgpack.core
- Convenience class to build packer and unpacker classes.
- MessagePack.Code - class in com.batch.android.msgpack.core.MessagePack
- The prefix code set of MessagePack format.
- MessagePack.PackerConfig - class in com.batch.android.msgpack.core.MessagePack
- MessagePacker configuration.
- MessagePack.UnpackerConfig - class in com.batch.android.msgpack.core.MessagePack
- MessageUnpacker configuration.
- MessagePacker - class in com.batch.android.msgpack.core
- MessagePack serializer that converts objects into binary.
- MessagePackException - class in com.batch.android.msgpack.core
- A base class of all of the message pack exceptions.
- MessagePackHelper - class in com.batch.android.msgpack
- MessagePackPostDataProvider - class in com.batch.android.post
- MessagePackWebservice - class in com.batch.android.core
- MessageSizeException - class in com.batch.android.msgpack.core
- Thrown to indicate too large message size (e.g, larger than 2^31-1).
- MessageStringCodingException - class in com.batch.android.msgpack.core
- Thrown to indicate an error when encoding/decoding a String value
- MessageTypeCastException - class in com.batch.android.msgpack.core
- MessageTypeException - class in com.batch.android.msgpack.core
- Thrown when a type mismatch error occurs
- MessageUnpacker - class in com.batch.android.msgpack.core
- MessagePack deserializer that converts binary into objects.
- MESSAGING_AUTO_CLOSE - enum entry in com.batch.android.Batch.EventDispatcher.Type
- MESSAGING_CLICK - enum entry in com.batch.android.Batch.EventDispatcher.Type
- MESSAGING_CLOSE - enum entry in com.batch.android.Batch.EventDispatcher.Type
- MESSAGING_CLOSE_ERROR - enum entry in com.batch.android.Batch.EventDispatcher.Type
- MESSAGING_SHOW - enum entry in com.batch.android.Batch.EventDispatcher.Type
- MESSAGING_WEBVIEW_CLICK - enum entry in com.batch.android.Batch.EventDispatcher.Type
- MessagingActivity - class in com.batch.android
- Activity that only lives to display a messaging fragment
- MessagingAnalyticsDelegate - class in com.batch.android
- Class that proxies the analytics call to the messaging module but ensures stuff like triggers only occurring once.
- MessagingError - class in com.batch.android.messaging.model
- MessagingEventPayload - class in com.batch.android.eventdispatcher
- Payload accessor for a MESSAGING_SHOW and other MESSAGING events.
- MessagingModule - class in com.batch.android.module
- Batch's Messaging Module.
- MetaDataUtils - class in com.batch.android.util
- Utility class to easily access the manifest meta-data info
- Metric - class in com.batch.android.metrics.model
- MetricManager - class in com.batch.android.metrics
- MetricPostDataProvider - class in com.batch.android.post
- MetricRegistry - class in com.batch.android.metrics
- Simple class to centralize registered metrics
- MetricWebserviceListener - class in com.batch.android.webservice.listener
- Listener for the metric webservice
- MIN - enum entry in com.batch.android.core.InternalPushData.Priority
- MODAL - enum entry in com.batch.android.BatchMessage.Format
BANNER is a popup that takes over the screen modally, like a system alert but with a custom style
- ModalContentPanGestureDetector - class in com.batch.android.messaging
- ModalContentPanGestureDetector.OnDismissListener - class in com.batch.android.messaging.ModalContentPanGestureDetector
- Dismiss listener
- ModalMessage - class in com.batch.android.messaging.model
- ModalTemplateFragment - class in com.batch.android.messaging.fragment
- Universal messaging template fragment class.
- more() - function in com.batch.android.json.JSONTokener
- Returns true until the input has been exhausted.
- mostSuccinctMessageFormat() - function in com.batch.android.msgpack.value.ImmutableIntegerValue
- Returns the most succinct MessageFormat type to represent this integer value.
- mostSuccinctMessageFormat() - function in com.batch.android.msgpack.value.IntegerValue
- Returns the most succinct MessageFormat type to represent this integer value.
- mostSuccinctMessageFormat() - function in com.batch.android.msgpack.value.impl.ImmutableLongValueImpl
- Returns the most succinct MessageFormat type to represent this integer value.
- mostSuccinctMessageFormat(IntegerValue) - function in com.batch.android.msgpack.value.impl.ImmutableBigIntegerValueImpl
- mostSuccinctMessageFormat() - function in com.batch.android.msgpack.value.impl.ImmutableBigIntegerValueImpl
- Returns the most succinct MessageFormat type to represent this integer value.
- moveCursorToVisibleOffset() - function in android.widget.TextView
- moveCursorToVisibleOffset() - function in android.widget.Button
- moveDatabaseFrom(Context,String) - function in android.content.BatchPushService
- moveDatabaseFrom(Context,String) - function in android.content.BatchPermissionActivity
- moveDatabaseFrom(Context,String) - function in android.content.BatchPushJobService
- moveDatabaseFrom(Context,String) - function in android.content.BatchActionActivity
- moveDatabaseFrom(Context,String) - function in android.content.BatchActionService
- moveDatabaseFrom(Context,String) - function in android.content.BatchDisplayReceiptJobService
- moveDatabaseFrom(Context,String) - function in android.content.MessagingActivity
- moveDatabaseFrom(Context,String) - function in android.content.DispatcherDiscoveryService
- moveDatabaseFrom(Context,String) - function in android.content.PushRegistrationDiscoveryService
- moveDatabaseFrom(Context,String) - function in android.content.BatchDebugActivity
- moveSharedPreferencesFrom(Context,String) - function in android.content.BatchPushService
- moveSharedPreferencesFrom(Context,String) - function in android.content.BatchPermissionActivity
- moveSharedPreferencesFrom(Context,String) - function in android.content.BatchPushJobService
- moveSharedPreferencesFrom(Context,String) - function in android.content.BatchActionActivity
- moveSharedPreferencesFrom(Context,String) - function in android.content.BatchActionService
- moveSharedPreferencesFrom(Context,String) - function in android.content.BatchDisplayReceiptJobService
- moveSharedPreferencesFrom(Context,String) - function in android.content.MessagingActivity
- moveSharedPreferencesFrom(Context,String) - function in android.content.DispatcherDiscoveryService
- moveSharedPreferencesFrom(Context,String) - function in android.content.PushRegistrationDiscoveryService
- moveSharedPreferencesFrom(Context,String) - function in android.content.BatchDebugActivity
- moveTaskToBack(boolean) - function in android.app.BatchPermissionActivity
- moveTaskToBack(boolean) - function in android.app.BatchActionActivity
- moveTaskToBack(boolean) - function in android.app.MessagingActivity
- moveTaskToBack(boolean) - function in android.app.BatchDebugActivity
- mutate() - function in com.batch.android.messaging.view.PositionableGradientDrawable
- mutate() - function in android.graphics.drawable.PositionableGradientDrawable
- mutate() - function in android.graphics.drawable.RoundedDrawable
- mutate() - function in android.graphics.drawable.GifDrawable
- mutateBackground(boolean) - function in com.batch.android.messaging.view.roundimage.RoundedImageView
- mutatesBackground() - function in com.batch.android.messaging.view.roundimage.RoundedImageView