PreferencesManager

class PreferencesManager(context: Context)

Constructors

Link copied to clipboard
constructor(context: Context)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val serverUrl: Flow<String?>

Functions

Link copied to clipboard
suspend fun clearSession()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun getServerUrl(): String?
Link copied to clipboard
suspend fun saveOAuthMetadata(server: String, metadata: OAuthServerMetadata)
Link copied to clipboard
suspend fun saveServerUrl(url: String)
Link copied to clipboard
suspend fun saveSession(server: String, email: String, accountId: String)