teller-android / 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 delete Teller data during development of your app for testing.

Companion Object Properties

shared

val shared: Teller

Short hand version of calling sharedInstance.

Companion Object Functions

init

fun init(context: Context): Unit

sharedInstance

fun sharedInstance(): Teller

Get singleton instance of Teller.