Package com.stripe.android.ui.core.injection

Types

Link copied to clipboard
abstract class FormControllerModule
Link copied to clipboard
interface FormControllerSubcomponent

Subcomponent used to instantiate FormController.

Link copied to clipboard
interface NonFallbackInjectable : Injectable<Unit>

Mark a class that can be injected by a Injector and does not support fallback. It's implemented by ViewModel Factories when the ViewModel lifecycle is shorter than the activity that contains it. In those cases, they receive the Injector directly as a constructor parameter and should not be responsible for recreating the dependency graph.

Link copied to clipboard
interface NonFallbackInjector : Injector

Mark an Injector that can inject into NonFallbackInjectable classes.