PaymentMethodsActivityStarter

A class to start PaymentMethodsActivity. Arguments for the activity can be specified with Args and constructed with Args.Builder.

The result data is a Result instance, obtained using Result.fromIntent}. The result will be returned with request code REQUEST_CODE.

Constructors

Link copied to clipboard
fun PaymentMethodsActivityStarter(activity: Activity)
Link copied to clipboard
fun PaymentMethodsActivityStarter(fragment: Fragment)

Types

Link copied to clipboard
data class Args : ActivityStarter.Args
Link copied to clipboard
object Companion
Link copied to clipboard
data class Result : ActivityStarter.Result

The result of a PaymentMethodsActivity.

Functions

Link copied to clipboard
fun startForResult(args: PaymentMethodsActivityStarter.Args)