public final class StoreBox
extends java.lang.Object
If you'd like to provide options dynamically at run-time, take a look at
StoreBox.Builder.
| Modifier and Type | Class and Description |
|---|---|
static class |
StoreBox.Builder<T>
Can be used to provide a customised instance of the supplied interface,
by setting custom options through builder methods.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
create(Context context,
java.lang.Class<T> cls) |