Companion
Functions
Link copied to clipboard
fun create(activity: ComponentActivity, callback: (CollectBankAccountResult) -> Unit): CollectBankAccountLauncher
Content copied to clipboard
Create a CollectBankAccountLauncher instance with ComponentActivity.
fun create(fragment: Fragment, callback: (CollectBankAccountResult) -> Unit): CollectBankAccountLauncher
Content copied to clipboard
Create a CollectBankAccountLauncher instance with Fragment.