Companion

object Companion

Properties

activityBackOnImplicitAuth
Link copied to clipboard
var activityBackOnImplicitAuth: Class<out Activity>? = null
The activity to return to if re-authentication is necessary on implicit authentication.
SpotifyAccessTokenKey
Link copied to clipboard
const val SpotifyAccessTokenKey: String
The key used with spotify access token in EncryptedSharedPreferences
SpotifyRefreshTokenKey
Link copied to clipboard
const val SpotifyRefreshTokenKey: String
The key used with spotify refresh token in EncryptedSharedPreferences
SpotifyTokenExpiryKey
Link copied to clipboard
const val SpotifyTokenExpiryKey: String
The key used with spotify token expiry in EncryptedSharedPreferences

Sources

android source
Link copied to clipboard