Shared Preferences Model
interface SharedPreferencesModel
Content copied to clipboard
Functions
get String Set
Link copied to clipboard
get Totp Secret
Link copied to clipboard
abstract fun getTotpSecret(host: String? = null, key: String = PAYMENT_AUTHORIZE): TotpSecret?
Content copied to clipboard
put String Set
Link copied to clipboard
remove Totp Secret
Link copied to clipboard
abstract fun removeTotpSecret(host: String? = null, key: String = PAYMENT_AUTHORIZE)
Content copied to clipboard
set Totp Secret
Link copied to clipboard
abstract fun setTotpSecret(host: String? = null, key: String = PAYMENT_AUTHORIZE, totpSecret: TotpSecret)
Content copied to clipboard
Inheritors
SharedPreferencesImpl
Link copied to clipboard