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