Package velox.api.layer1.agreement
Interface AgreementDeclineConfirmationCallback
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Optional confirmation callback invoked when the user clicks the decline button on agreement dialog.
Can be used to show an additional confirmation dialog. If
onDecline returns true,
the agreement dialog will close; if false, the dialog remains open.
The function receives the dialog component as its parameter to use as a parent for any additional dialogs.-
Method Summary
-
Method Details
-
onDecline
-