class Teller
fun clear(): Unit
Deletes all Teller data. Nice to use if the user of your app logs out or during development purposes. |
val shared: Teller
Short hand version of calling sharedInstance. |
fun init(application: Application): Unit |
|
fun sharedInstance(): Teller
Get singleton instance of Teller. |