data class Identifier : Parcelable
enum class IdentifierType | 
|
interface Provider | 
Identifier(source: Parcel)Identifier(identifierType: Identifier.IdentifierType, identifier: String) | 
val identifier: String | 
|
val identifierType: Identifier.IdentifierType | 
fun describeContents(): Int | 
|
fun getAccountStatus(callbackData: ResultCallback<AccountStatusResponse>): Unit
Asks Schibsted account for the account status of this identifier  | 
|
fun writeToParcel(dest: Parcel, flags: Int): Unit | 
val CREATOR: Creator<Identifier> |