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