teller / com.levibostian.teller / Teller

Teller

class Teller

Functions

clear

fun clear(): Unit

Deletes all Teller data. Nice to use if the user of your app logs out or during development purposes.

Companion Object Properties

shared

val shared: Teller

Short hand version of calling sharedInstance.

Companion Object Functions

init

fun init(application: Application): Unit

sharedInstance

fun sharedInstance(): Teller

Get singleton instance of Teller.