Interface TransactionDetailsCallback
public interface TransactionDetailsCallback
A callback for responding to a transaction confirmation request.
- Since:
- 1.2.0
- See Also:
-
Method Summary
-
Method Details
-
onProceed
void onProceed()Notifies the SDK to proceed with the transaction after user confirmation.- Since:
- 1.2.0
-
cancel
void cancel()Notifies the SDK to cancel the transaction.- Since:
- 1.2.0
-