See: Description
| Class | Description |
|---|---|
| BundleKey |
Utility class that may be used to create keys for
Bundle map. |
| Flags |
This class represents a crate to store a set of integer flags instead of a boolean flags to improve
memory efficiency of an Android application.
|
| Localer |
The Localer class provides API allowing to set up custom
Locale for an Android
application. |
| Permissions |
Helper class that can be used for permissions checking.
|
| Toaster |
This class wraps
Toast class and its API to provide simpler usage when showing toast messages. |
| Exception | Description |
|---|---|
| ErrorException |
A
RuntimeException implementation that may be used to dispatch errors occurred during
normal execution. |
| Annotation Type | Description |
|---|---|
| Toaster.Duration |
Defines an annotation for determining set of allowed durations for
showToast(...)
methods. |