core / com.schibsted.account.network.response / SignupStatus

SignupStatus

class SignupStatus : Parcelable

Represents the signUp status for an identifier.

See Also
<a href="https://techdocs.login.schibsted.com/endpoints/GET/phone/%7Bphone%7D/status/"><a href="https://techdocs.login.schibsted.com/endpoints/GET/email/%7Bemail%7D/status/">

Constructors

<init>

SignupStatus(identifier: String!, source: AccountStatusResponse!)

Constructor.

Properties

CREATOR

static val CREATOR: Creator<SignupStatus!>!

Required by Parcelable. You probably should not be accessing this manually.

Functions

describeContents

fun describeContents(): Int

Required by Parcelable. You probably should not be accessing this manually.

exists

fun exists(): Boolean

States whether the identifier exists or not.

getIdentifier

fun getIdentifier(): String

isAvailable

fun isAvailable(): Boolean

States whether the identifier is available or not.

isVerified

fun isVerified(): Boolean

States whether the identifier is verified or not.

writeToParcel

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

Required by Parcelable. You probably should not be accessing this manually.