Class PaymentComponentUIState
-
- All Implemented Interfaces:
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) public class PaymentComponentUIState
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classPaymentComponentUIState.BlockedUser interaction is blocked because the component is being submitted.
public classPaymentComponentUIState.PendingSubmitIntermediate state after a submit was requested but the component is not yet ready.
public classPaymentComponentUIState.IdleUser can interact with the component and fill the input fields.
-
Method Summary
Modifier and Type Method Description final BooleanisInteractionBlocked()-
-
Method Detail
-
isInteractionBlocked
final Boolean isInteractionBlocked()
-
-
-
-