IPersistenceService

Functions

Link copied to clipboard
abstract fun add(key: String, element: Any)
Link copied to clipboard
abstract fun addSocialProvider(provider: String)
Link copied to clipboard
abstract fun clearPassKeys()
Link copied to clipboard
abstract fun getCoreVersion(): String
Link copied to clipboard
abstract fun getGmid(): String
Link copied to clipboard
abstract fun getGmidRefreshTime(): Long
Link copied to clipboard
abstract fun getLong(key: String, defValue: Long): Long
Link copied to clipboard
abstract fun getPassKeys(): String
Link copied to clipboard
abstract fun getPasswordLessKeys(): String
Link copied to clipboard
abstract fun getPushToken(): String
Link copied to clipboard
abstract fun getSession(): String
Link copied to clipboard
Link copied to clipboard
abstract fun getSessionExpiration(): Long
Link copied to clipboard
abstract fun getSocialProviders(): Set<String>
Link copied to clipboard
abstract fun getString(key: String, defValue: String): String
Link copied to clipboard
abstract fun getUcid(): String
Link copied to clipboard
abstract fun isSessionAvailable(): Boolean
Link copied to clipboard
abstract fun removeLegacySession()
Link copied to clipboard
abstract fun removePasswordLessKey(id: String)
Link copied to clipboard
abstract fun removeSession()
Link copied to clipboard
abstract fun removeSocialProviders()
Link copied to clipboard
abstract fun savePassKeys(keys: String)
Link copied to clipboard
abstract fun setCoreVersion(version: String)
Link copied to clipboard
abstract fun setGmid(gmid: String)
Link copied to clipboard
abstract fun setGmidRefreshTime(refreshTime: Long)
Link copied to clipboard
abstract fun setPushToken(pushToken: String)
Link copied to clipboard
abstract fun setSession(encryptedSession: String)
Link copied to clipboard
abstract fun setSessionEncryptionType(encryptionType: String)
Link copied to clipboard
abstract fun setSessionExpiration(expiration: Long)
Link copied to clipboard
abstract fun setUcid(ucid: String)
Link copied to clipboard
Link copied to clipboard