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/">
SignupStatus(identifier: String!, source: AccountStatusResponse!)
Constructor. |
static val CREATOR: Creator<SignupStatus!>!
Required by |
fun describeContents(): Int
Required by |
|
fun exists(): Boolean
States whether the identifier exists or not. |
|
fun getIdentifier(): String |
|
fun isAvailable(): Boolean
States whether the identifier is available or not. |
|
fun isVerified(): Boolean
States whether the identifier is verified or not. |
|
fun writeToParcel(out: Parcel, flags: Int): Unit
Required by |