Interface ButtonDelegate
-
- All Implemented Interfaces:
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) public interface ButtonDelegate
-
-
Method Summary
Modifier and Type Method Description abstract UnitonSubmit()abstract BooleanisConfirmationRequired()Indicates whether the component requires user interaction before the payment flow can be triggered. abstract BooleanshouldShowSubmitButton()-
-
Method Detail
-
isConfirmationRequired
abstract Boolean isConfirmationRequired()
Indicates whether the component requires user interaction before the payment flow can be triggered. User interaction usually means filling an input, clicking a button, selecting an item from a list, etc.
If no interaction is required, the component can be submitted at any point after it's loaded.
-
shouldShowSubmitButton
abstract Boolean shouldShowSubmitButton()
-
-
-
-