core / com.schibsted.account.engine.input / Identifier

Identifier

data class Identifier : Parcelable

Types

IdentifierType

enum class IdentifierType

Provider

interface Provider

Constructors

<init>

Identifier(source: Parcel)
Identifier(identifierType: Identifier.IdentifierType, identifier: String)

Properties

identifier

val identifier: String

identifierType

val identifierType: Identifier.IdentifierType

Functions

describeContents

fun describeContents(): Int

getAccountStatus

fun getAccountStatus(callbackData: ResultCallback<AccountStatusResponse>): Unit

Asks Schibsted account for the account status of this identifier

writeToParcel

fun writeToParcel(dest: Parcel, flags: Int): Unit

Companion Object Properties

CREATOR

val CREATOR: Creator<Identifier>