FinancialConnectionsSheetResult

The result of an attempt to complete a connections session

Inheritors

Types

Link copied to clipboard

The customer canceled the connections session attempt.

Link copied to clipboard
data class Completed(val financialConnectionsSession: FinancialConnectionsSession) : FinancialConnectionsSheetResult

The customer completed the connections session.

Link copied to clipboard

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)