stripe-android
androidJvm
payments-ui-core
/
com.stripe.android.ui.core.injection
Package-level
declarations
Types
Types
Form
Controller
Module
Link copied to clipboard
@
Module
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
object
FormControllerModule
Form
Controller
Subcomponent
Link copied to clipboard
@
Subcomponent
(
modules
=
[
FormControllerModule::class
]
)
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
interface
FormControllerSubcomponent
Subcomponent used to instantiate
FormController
.