stripe-android
financial-connections/com.stripe.android.financialconnections.launcher/FinancialConnectionsSheetForLinkContract

FinancialConnectionsSheetForLinkContract

@RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP])
class FinancialConnectionsSheetForLinkContract : ActivityResultContract<FinancialConnectionsSheetActivityArgs.ForLink, FinancialConnectionsSheetLinkResult>

Constructors

FinancialConnectionsSheetForLinkContract
Link copied to clipboard
fun FinancialConnectionsSheetForLinkContract()

Functions

createIntent
Link copied to clipboard
open override fun createIntent(context: Context, input: FinancialConnectionsSheetActivityArgs.ForLink): Intent
getSynchronousResult
Link copied to clipboard
open fun getSynchronousResult(context: Context, input: FinancialConnectionsSheetActivityArgs.ForLink): ActivityResultContract.SynchronousResult<FinancialConnectionsSheetLinkResult>?
parseResult
Link copied to clipboard
open override fun parseResult(resultCode: Int, intent: Intent?): FinancialConnectionsSheetLinkResult
© 2022 CopyrightGenerated by dokka