Package eu.ccvlab.mapi.core.payment
Interface SignatureDelegate.SignatureAsked
- Enclosing interface:
- SignatureDelegate
public static interface SignatureDelegate.SignatureAsked
Interface used to allow the callback delegate to signal to the mAPI that the signature has been successfully obtained, allowing the OPI flow to continue.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidSignal signature has been obtained.
-
Method Details
-
signatureAsked
default void signatureAsked()Signal signature has been obtained.
-