CollectBankAccountContract
class CollectBankAccountContract : ActivityResultContract<CollectBankAccountContract.Args, CollectBankAccountResult>
Content copied to clipboard
Constructors
Types
Link copied to clipboard
Functions
Link copied to clipboard
open override fun createIntent(context: Context, input: CollectBankAccountContract.Args): Intent
Content copied to clipboard
Link copied to clipboard
open fun getSynchronousResult(context: Context, input: CollectBankAccountContract.Args): ActivityResultContract.SynchronousResult<CollectBankAccountResult>?
Content copied to clipboard
Link copied to clipboard
open override fun parseResult(resultCode: Int, intent: Intent?): CollectBankAccountResult
Content copied to clipboard