Companion

object Companion

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

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

(source)
Link copied to clipboard