| ByteArrayHelper |
Helper to manipulate byte arrays and string encoding
|
| DeeplinkHelper |
Simple helper for deeplinking related methods
|
| DiscoveryServiceHelper |
|
| ExcludedActivityHelper |
Simple helper class to check if an activity should be excluded from the Batch's lifecycle
and save the intent if there's a push payload attached.
|
| FixedSizeArrayList<T> |
A simple extends of ArrayList that is size limited.
|
| ForwardReadableInputStream |
InputStream wrapper that allows one to read the first X bytes of an InputStream
on non markable streams, and use the wrapped stream as if it wasn't ever read.
|
| GenericHelper |
Generic helper that contains generic helpful methods
|
| GooglePlayServicesHelper |
Helper to get GooglePlayServices data with introspection
|
| InternalPushData |
Class to easily access the push data
|
| KVUserPreferencesStorage |
UserPreferences implementation of key/value Storage
|
| Logger |
Helper to easily log into the application.
|
| MessagePackWebservice |
|
| NamedThreadFactory |
ThreadFactory that adds Batch's name to the created thread.
|
| NotificationAuthorizationStatus |
|
| NotificationPermissionHelper |
|
| ObjectUserPreferencesStorage |
UserPreferences implementation of object Storage
|
| PackageUtils |
|
| ParameterKeys |
Contains all parameters keys
|
| Parameters |
Parameters to get and set parameters
|
| Promise<T> |
A simple Promise-like implementation that is not thread-safe.
|
| PushImageCache |
Static helper to manage cache for push downloaded images
|
| ReflectionHelper |
Class grouping all of the reflection based checks that we are doing.
|
| SecureDateProvider |
Class used to get the real time based of the server sync date
|
| SystemDateProvider |
|
| SystemParameterHelper |
Helper to retrieve Android system configuration.
|
| TaskExecutor |
Executor for tasks that guarantee that only one instance with the same identifier will be run
|
| TLSSocketFactory |
|
| URLBuilder |
URL builder that automaticaly manage GET parameters
|
| Webservice |
Abstract webservice class designed for any WS call
|
| Webservice.WebserviceError |
Error thrown by Webservice on error
|
| WebserviceSignature |
|