AccountHelper

Functions

Link copied to clipboard
fun showAccountEditDialog(    context: Context,     account: DataStoreHelper.Account,     isNewAccount: Boolean,     accountEditCallback: (DataStoreHelper.Account) -> Unit,     accountDeleteCallback: (DataStoreHelper.Account) -> Unit)
Link copied to clipboard
Link copied to clipboard
fun showPinInputDialog(    context: Context,     currentPin: String?,     editAccount: Boolean,     forStartup: Boolean = false,     errorText: String? = null,     callback: (String?) -> Unit)