Preferences

interface Preferences

Provides ability to interact with storage used by lenses to store user specific data such as game or on-boarding state, options etc.

Types

Noop
Link copied to clipboard
object Noop : LensesComponent.Preferences

Functions

clear
Link copied to clipboard
abstract fun clear(callback: Consumer<Boolean> = Consumer {})
Clears all persistent data stored by lenses.

Inheritors

LensesComponent.Preferences
Link copied to clipboard