ConnectionsSheetResult

sealed class ConnectionsSheetResult : Parcelable

The result of an attempt to complete a connections session

Types

Link copied to clipboard
object Canceled : ConnectionsSheetResult

The customer canceled the connections session attempt.

Link copied to clipboard
data class Completed(linkAccountSession: LinkAccountSession) : ConnectionsSheetResult

The customer completed the connections session.

Link copied to clipboard
data class Failed(error: Throwable) : ConnectionsSheetResult

The connections session attempt failed.

Functions

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

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard