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