Companion
Functions
Link copied to clipboard
fun create(activity: ComponentActivity, callback: FinancialConnectionsSheetResultCallback): FinancialConnectionsSheet
Content copied to clipboard
Constructor to be used when launching the FinancialConnectionsSheet from an Activity.
fun create(fragment: Fragment, callback: FinancialConnectionsSheetResultCallback): FinancialConnectionsSheet
Content copied to clipboard
Constructor to be used when launching the payment sheet from a Fragment.
Link copied to clipboard
fun createForBankAccountToken(activity: ComponentActivity, callback: (FinancialConnectionsSheetForTokenResult) -> Unit): FinancialConnectionsSheet
Content copied to clipboard
Constructor to be used when launching the connections sheet from an Activity.
fun createForBankAccountToken(fragment: Fragment, callback: (FinancialConnectionsSheetForTokenResult) -> Unit): FinancialConnectionsSheet
Content copied to clipboard
Constructor to be used when launching the payment sheet from a Fragment.