@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface ActivityPreferences
When this annotation is used an android.app.Activity context needs
to be passed in when instantiating the interface using
StoreBox.
PreferencesType.ACTIVITY,
android.app.Activity#getPreferences(int)| Modifier and Type | Optional Element and Description |
|---|---|
PreferencesMode |
mode |
public abstract PreferencesMode mode