A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
Z
W
- WakefulBroadcastReceiver - class in com.batch.android.compat
- Helper for the common pattern of implementing a BroadcastReceiver that receives a device wakeup event and then passes the work off to a android.app.Service, while ensuring that the device does not go back to sleep during the transition.
- warn(String,String,Throwable) - function in com.batch.android.LoggerDelegate
- Send a WARN log message.
- WARNING - enum entry in com.batch.android.LoggerLevel
- warning(String,String,Throwable) - function in com.batch.android.core.Logger
- Warning log with module, message and throwable.
- warning(String,Throwable) - function in com.batch.android.core.Logger
- Warning log with message and throwable.
- warning(String,String) - function in com.batch.android.core.Logger
- Warning log with module and message.
- warning(String) - function in com.batch.android.core.Logger
- Warning log with message.
- WebFormatView - class in com.batch.android.messaging.view.formats
- View rendering the Image format Not called ImageView for obvious reasons
- Webservice - class in com.batch.android.core
- Abstract webservice class designed for any WS call
- Webservice.WebserviceError - class in com.batch.android.core.Webservice
- Error thrown by Webservice on error
- Webservice.WebserviceError.Reason - class in com.batch.android.core.Webservice.WebserviceError
- A possible reason of error
- WebserviceErrorCause - class in com.batch.android.core
- Possible causes of webservice failure
- WebserviceLauncher - class in com.batch.android
- Simple proxy to allow webservice call from outside this package
- WebserviceMetrics - class in com.batch.android
- Static class that tracks webservices metrics for report
- WebserviceParameterUtils - class in com.batch.android
- Utility class to easily get webservice parameters
- WebserviceSignature - class in com.batch.android.core
- WEBVIEW - enum entry in com.batch.android.BatchMessage.Format
WEBVIEW is a fullscreen format that load an URL into a WebView
- WebView - class in com.batch.android.messaging.view.styled
- WebViewActionListener - class in com.batch.android.messaging
- WebViewHelper - class in com.batch.android.messaging
- WebViewMessage - class in com.batch.android.messaging.model
- WebViewTemplateFragment - class in com.batch.android.messaging.fragment
- WebView messaging template fragment class.
- willNotCacheDrawing() - function in android.view.NestedListView
- willNotCacheDrawing() - function in android.view.WebFormatView
- willNotCacheDrawing() - function in android.view.BannerView
- willNotCacheDrawing() - function in android.view.ImageFormatView
- willNotCacheDrawing() - function in android.view.ImageFormatView.ImageContainerView
- willNotCacheDrawing() - function in android.view.UniversalRootView
- willNotCacheDrawing() - function in android.view.Button
- willNotCacheDrawing() - function in android.view.SeparatorView
- willNotCacheDrawing() - function in android.view.TextView
- willNotCacheDrawing() - function in android.view.SeparatedFlexboxLayout
- willNotCacheDrawing() - function in android.view.WebView
- willNotCacheDrawing() - function in android.view.MaximumHeightScrollView
- willNotCacheDrawing() - function in android.view.AnimatedCloseButton
- willNotCacheDrawing() - function in android.view.CloseButton
- willNotCacheDrawing() - function in android.view.FixedRatioFrameLayout
- willNotCacheDrawing() - function in android.view.PannableBannerFrameLayout
- willNotCacheDrawing() - function in android.view.FlexboxLayout
- willNotCacheDrawing() - function in android.view.CountdownView
- willNotCacheDrawing() - function in android.view.RoundedImageView
- willNotCacheDrawing() - function in android.view.PercentRelativeLayout
- willNotCacheDrawing() - function in android.view.PercentFrameLayout
- willNotDraw() - function in android.view.NestedListView
- willNotDraw() - function in android.view.WebFormatView
- willNotDraw() - function in android.view.BannerView
- willNotDraw() - function in android.view.ImageFormatView
- willNotDraw() - function in android.view.ImageFormatView.ImageContainerView
- willNotDraw() - function in android.view.UniversalRootView
- willNotDraw() - function in android.view.Button
- willNotDraw() - function in android.view.SeparatorView
- willNotDraw() - function in android.view.TextView
- willNotDraw() - function in android.view.SeparatedFlexboxLayout
- willNotDraw() - function in android.view.WebView
- willNotDraw() - function in android.view.MaximumHeightScrollView
- willNotDraw() - function in android.view.AnimatedCloseButton
- willNotDraw() - function in android.view.CloseButton
- willNotDraw() - function in android.view.FixedRatioFrameLayout
- willNotDraw() - function in android.view.PannableBannerFrameLayout
- willNotDraw() - function in android.view.FlexboxLayout
- willNotDraw() - function in android.view.CountdownView
- willNotDraw() - function in android.view.RoundedImageView
- willNotDraw() - function in android.view.PercentRelativeLayout
- willNotDraw() - function in android.view.PercentFrameLayout
- wipeData() - function in com.batch.android.inbox.InboxDatasource
- Clear all content
- wipeData(Context) - function in com.batch.android.module.OptOutModule
- wipeData(Context) - function in com.batch.android.module.DisplayReceiptModule
- Delete all receipt still in cache
- wipeData(Context) - function in com.batch.android.module.UserModule
- wipeData(Context) - function in com.batch.android.module.LocalCampaignsModule
- Delete all campaigns from the manager
- wipeData(Context) - function in com.batch.android.module.TrackerModule
- withActionOnMalformedString(CodingErrorAction) - function in com.batch.android.msgpack.core.MessagePack.UnpackerConfig
- Sets action when encountered a malformed input (default: REPLACE)
- withActionOnUnmappableString(CodingErrorAction) - function in com.batch.android.msgpack.core.MessagePack.UnpackerConfig
- Sets action when an unmappable character is found (default: REPLACE)
- withAllowReadingBinaryAsString(boolean) - function in com.batch.android.msgpack.core.MessagePack.UnpackerConfig
- Allows unpackString and unpackRawStringHeader and unpackString to read bin format family (default: true)
- withAllowReadingStringAsBinary(boolean) - function in com.batch.android.msgpack.core.MessagePack.UnpackerConfig
- Allows unpackBinaryHeader to read str format family (default: true)
- withBufferFlushThreshold(int) - function in com.batch.android.msgpack.core.MessagePack.PackerConfig
- When the next payload size exceeds this threshold, MessagePacker will call flush before writing more data (default: 8192).
- withBufferSize(int) - function in com.batch.android.msgpack.core.MessagePack.PackerConfig
- When a packer is created with newPacker or newPacker, the stream will bebuffered with this size of buffer (default: 8192).
- withBufferSize(int) - function in com.batch.android.msgpack.core.MessagePack.UnpackerConfig
- When a packer is created with newUnpacker(OutputStream) or newUnpacker(WritableByteChannel), the stream will bebuffered with this size of buffer (default: 8192).
- withSmallStringOptimizationThreshold(int) - function in com.batch.android.msgpack.core.MessagePack.PackerConfig
- Use String.getBytes() for converting Java Strings that are shorter than this threshold.Note that this parameter is subject to change.
- withStr8FormatSupport(boolean) - function in com.batch.android.msgpack.core.MessagePack.PackerConfig
- Disable str8 format when needed backward compatibility betweendifferent msgpack serializer versions.
- withStringDecoderBufferSize(int) - function in com.batch.android.msgpack.core.MessagePack.UnpackerConfig
- withStringSizeLimit(int) - function in com.batch.android.msgpack.core.MessagePack.UnpackerConfig
- unpackString size limit (default: Integer.MAX_VALUE).
- wrap(Array) - function in com.batch.android.msgpack.core.buffer.MessageBufferU
- Wraps a byte array into a MessageBuffer.
- wrap(Array,int,int) - function in com.batch.android.msgpack.core.buffer.MessageBufferU
- Wraps a byte array into a MessageBuffer.
- wrap(ByteBuffer) - function in com.batch.android.msgpack.core.buffer.MessageBufferU
- Wraps a ByteBuffer into a MessageBuffer.
- wrap(Array) - function in com.batch.android.msgpack.core.buffer.MessageBufferBE
- Wraps a byte array into a MessageBuffer.
- wrap(Array,int,int) - function in com.batch.android.msgpack.core.buffer.MessageBufferBE
- Wraps a byte array into a MessageBuffer.
- wrap(ByteBuffer) - function in com.batch.android.msgpack.core.buffer.MessageBufferBE
- Wraps a ByteBuffer into a MessageBuffer.
- wrap(Array) - function in com.batch.android.msgpack.core.buffer.MessageBuffer
- Wraps a byte array into a MessageBuffer.
- wrap(Array,int,int) - function in com.batch.android.msgpack.core.buffer.MessageBuffer
- Wraps a byte array into a MessageBuffer.
- wrap(ByteBuffer) - function in com.batch.android.msgpack.core.buffer.MessageBuffer
- Wraps a ByteBuffer into a MessageBuffer.
- wrap(Object) - function in com.batch.android.json.JSONObject
- Wraps the given object if necessary.
- write(Array,int,int) - function in com.batch.android.msgpack.core.buffer.ArrayBufferOutput
- Writes an external payload data.This method should follow semantics of OutputStream.
- write(Array,int,int) - function in com.batch.android.msgpack.core.buffer.OutputStreamBufferOutput
- Writes an external payload data.This method should follow semantics of OutputStream.
- write(Array,int,int) - function in com.batch.android.msgpack.core.buffer.ChannelBufferOutput
- Writes an external payload data.This method should follow semantics of OutputStream.
- write(Array,int,int) - function in com.batch.android.msgpack.core.buffer.MessageBufferOutput
- Writes an external payload data.This method should follow semantics of OutputStream.
- write(Context,long,Array) - function in com.batch.android.displayreceipt.CacheHelper
- write(File,Array) - function in com.batch.android.displayreceipt.CacheHelper
- writeBuffer(int) - function in com.batch.android.msgpack.core.buffer.ArrayBufferOutput
- Writes the previously allocated buffer.
- writeBuffer(int) - function in com.batch.android.msgpack.core.buffer.OutputStreamBufferOutput
- Writes the previously allocated buffer.
- writeBuffer(int) - function in com.batch.android.msgpack.core.buffer.ChannelBufferOutput
- Writes the previously allocated buffer.
- writeBuffer(int) - function in com.batch.android.msgpack.core.buffer.MessageBufferOutput
- Writes the previously allocated buffer.
- writePayload(Array) - function in com.batch.android.msgpack.core.MessagePacker
- Writes a byte array to the output.
- writePayload(Array,int,int) - function in com.batch.android.msgpack.core.MessagePacker
- Writes a byte array to the output.
- writePayload(Array) - function in com.batch.android.msgpack.core.MessageBufferPacker
- Writes a byte array to the output.
- writePayload(Array,int,int) - function in com.batch.android.msgpack.core.MessageBufferPacker
- Writes a byte array to the output.
- writeTo(MessagePacker) - function in com.batch.android.msgpack.value.ImmutableBinaryValue
- Serializes the value using the specified
{@code MessagePacker} - writeTo(MessagePacker) - function in com.batch.android.msgpack.value.IntegerValue
- Serializes the value using the specified
{@code MessagePacker} - writeTo(MessagePacker) - function in com.batch.android.msgpack.value.FloatValue
- Serializes the value using the specified
{@code MessagePacker} - writeTo(MessagePacker) - function in com.batch.android.msgpack.value.BinaryValue
- Serializes the value using the specified
{@code MessagePacker} - writeTo(MessagePacker) - function in com.batch.android.msgpack.value.ArrayValue
- Serializes the value using the specified
{@code MessagePacker} - writeTo(MessagePacker) - function in com.batch.android.msgpack.value.ExtensionValue
- Serializes the value using the specified
{@code MessagePacker} - writeTo(MessagePacker) - function in com.batch.android.msgpack.value.ImmutableNilValue
- Serializes the value using the specified
{@code MessagePacker} - writeTo(MessagePacker) - function in com.batch.android.msgpack.value.RawValue
- Serializes the value using the specified
{@code MessagePacker} - writeTo(MessagePacker) - function in com.batch.android.msgpack.value.NilValue
- Serializes the value using the specified
{@code MessagePacker} - writeTo(MessagePacker) - function in com.batch.android.msgpack.value.ImmutableFloatValue
- Serializes the value using the specified
{@code MessagePacker} - writeTo(MessagePacker) - function in com.batch.android.msgpack.value.StringValue
- Serializes the value using the specified
{@code MessagePacker} - writeTo(MessagePacker) - function in com.batch.android.msgpack.value.BooleanValue
- Serializes the value using the specified
{@code MessagePacker} - writeTo(MessagePacker) - function in com.batch.android.msgpack.value.ImmutableArrayValue
- Serializes the value using the specified
{@code MessagePacker} - writeTo(MessagePacker) - function in com.batch.android.msgpack.value.MapValue
- Serializes the value using the specified
{@code MessagePacker} - writeTo(MessagePacker) - function in com.batch.android.msgpack.value.Variable
- Serializes the value using the specified
{@code MessagePacker} - writeTo(MessagePacker) - function in com.batch.android.msgpack.value.ImmutableStringValue
- Serializes the value using the specified
{@code MessagePacker} - writeTo(MessagePacker) - function in com.batch.android.msgpack.value.NumberValue
- Serializes the value using the specified
{@code MessagePacker} - writeTo(MessagePacker) - function in com.batch.android.msgpack.value.ImmutableMapValue
- Serializes the value using the specified
{@code MessagePacker} - writeTo(MessagePacker) - function in com.batch.android.msgpack.value.ImmutableValue
- Serializes the value using the specified
{@code MessagePacker} - writeTo(MessagePacker) - function in com.batch.android.msgpack.value.Value
- Serializes the value using the specified
{@code MessagePacker} - writeTo(MessagePacker) - function in com.batch.android.msgpack.value.ImmutableIntegerValue
- Serializes the value using the specified
{@code MessagePacker} - writeTo(MessagePacker) - function in com.batch.android.msgpack.value.ImmutableRawValue
- Serializes the value using the specified
{@code MessagePacker} - writeTo(MessagePacker) - function in com.batch.android.msgpack.value.ImmutableNumberValue
- Serializes the value using the specified
{@code MessagePacker} - writeTo(MessagePacker) - function in com.batch.android.msgpack.value.ImmutableExtensionValue
- Serializes the value using the specified
{@code MessagePacker} - writeTo(MessagePacker) - function in com.batch.android.msgpack.value.ImmutableBooleanValue
- Serializes the value using the specified
{@code MessagePacker} - writeTo(MessagePacker) - function in com.batch.android.msgpack.value.impl.ImmutableMapValueImpl
- Serializes the value using the specified
{@code MessagePacker} - writeTo(MessagePacker) - function in com.batch.android.msgpack.value.impl.ImmutableBinaryValueImpl
- Serializes the value using the specified
{@code MessagePacker} - writeTo(MessagePacker) - function in com.batch.android.msgpack.value.impl.ImmutableArrayValueImpl
- Serializes the value using the specified
{@code MessagePacker} - writeTo(MessagePacker) - function in com.batch.android.msgpack.value.impl.ImmutableBooleanValueImpl
- Serializes the value using the specified
{@code MessagePacker} - writeTo(MessagePacker) - function in com.batch.android.msgpack.value.ImmutableBooleanValueImpl
- Serializes the value using the specified
{@code MessagePacker} - writeTo(MessagePacker) - function in com.batch.android.msgpack.value.impl.ImmutableLongValueImpl
- Serializes the value using the specified
{@code MessagePacker} - writeTo(MessagePacker) - function in com.batch.android.msgpack.value.impl.ImmutableExtensionValueImpl
- Serializes the value using the specified
{@code MessagePacker} - writeTo(MessagePacker) - function in com.batch.android.msgpack.value.ImmutableExtensionValueImpl
- Serializes the value using the specified
{@code MessagePacker} - writeTo(MessagePacker) - function in com.batch.android.msgpack.value.impl.ImmutableNilValueImpl
- Serializes the value using the specified
{@code MessagePacker} - writeTo(MessagePacker) - function in com.batch.android.msgpack.value.AbstractImmutableRawValue
- Serializes the value using the specified
{@code MessagePacker} - writeTo(MessagePacker) - function in com.batch.android.msgpack.value.impl.ImmutableBigIntegerValueImpl
- Serializes the value using the specified
{@code MessagePacker} - writeTo(MessagePacker) - function in com.batch.android.msgpack.value.impl.ImmutableDoubleValueImpl
- Serializes the value using the specified
{@code MessagePacker} - writeTo(MessagePacker) - function in com.batch.android.msgpack.value.impl.ImmutableStringValueImpl
- Serializes the value using the specified
{@code MessagePacker} - writeTo(MessageBufferPacker) - function in com.batch.android.displayreceipt.DisplayReceipt
- writeToBundle(Bundle) - function in com.batch.android.BatchMessage
- writeToBundle(Bundle) - function in com.batch.android.BatchLandingMessage
- writeToBundle(Bundle) - function in com.batch.android.BatchPushPayload
- Serialize this instance into a Bundle.
- writeToBundle(Bundle) - function in com.batch.android.BatchInAppMessage
- writeToIntent(Intent) - function in com.batch.android.BatchMessage
- writeToIntent(Intent) - function in com.batch.android.BatchLandingMessage
- writeToIntent(Intent) - function in com.batch.android.BatchInAppMessage
- writeToIntentExtras(Intent) - function in com.batch.android.BatchPushPayload
- Serialize this instance into an Intent.
- writeToParcel(Parcel,int) - function in com.batch.android.messaging.Size2D
- writeToParcel(Parcel,int) - function in android.os.Size2D
- writeToParcel(Parcel,int) - function in com.batch.android.messaging.view.AnimatedCountdownSavedState
- writeToParcel(Parcel,int) - function in android.view.AnimatedCountdownSavedState