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

VerificationCode

data class VerificationCode : Parcelable

Types

Provider

interface Provider

Constructors

<init>

VerificationCode(source: Parcel)
VerificationCode(verificationCode: String, keepLoggedIn: Boolean)

Properties

keepLoggedIn

val keepLoggedIn: Boolean

verificationCode

val verificationCode: String

Functions

describeContents

fun describeContents(): Int

writeToParcel

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

Companion Object Properties

CREATOR

val CREATOR: Creator<VerificationCode>