reset

open fun reset(ctx: Context)

Resets all cached data and deletes the database for all users.

Parameters

ctx

Context.


open fun reset(ctx: Context, account: UserAccount)

Resets all cached data and deletes the database for the specified user.

Parameters

ctx

Context.

account

User account.