Expanded

data class Expanded(setupAttempt: SetupAttempt) : SetupAttemptUnion

Fully expanded SetupAttempt object.

Constructors

Link copied to clipboard
fun Expanded(setupAttempt: SetupAttempt)

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard
open override val id: String

The ID of the setup attempt, extracted since it is available in either type.

Link copied to clipboard
val setupAttempt: SetupAttempt