stripe-android
androidJvm
payments-core
/
com.stripe.android.view
/
PaymentFlowActivityStarter
Payment
Flow
Activity
Starter
class
PaymentFlowActivityStarter
:
ActivityStarter
<
PaymentFlowActivity
,
PaymentFlowActivityStarter.Args
>
Types
Constructors
Functions
Constructors
Payment
Flow
Activity
Starter
Link copied to clipboard
constructor
(
activity
:
Activity
,
config
:
PaymentSessionConfig
)
constructor
(
fragment
:
Fragment
,
config
:
PaymentSessionConfig
)
Types
Args
Link copied to clipboard
data
class
Args
:
ActivityStarter.Args
Companion
Link copied to clipboard
object
Companion
Functions
start
For
Result
Link copied to clipboard
fun
startForResult
(
args
:
PaymentFlowActivityStarter.Args
)