IAccountService

Functions

Link copied to clipboard
abstract fun calculateDiff(cachedAccount: A, updatedAccount: A): Map<String, Any>
Link copied to clipboard
abstract fun getAccount(): A
Link copied to clipboard
abstract fun getAccountSchema(): Class<A>
Link copied to clipboard
Link copied to clipboard
abstract fun invalidateAccount()
Link copied to clipboard
abstract fun isCachedAccount(): Boolean
Link copied to clipboard
Link copied to clipboard
abstract fun setAccount(json: String)
Link copied to clipboard
abstract fun setAccountOverrideCache(accountOverrideCache: Boolean)
Link copied to clipboard
abstract fun setAccountScheme(scheme: Class<A>)