public abstract static class OppThreeDSService.Callback
extends java.lang.Object
OppThreeDSService
initialization is done.Constructor and Description |
---|
Callback() |
Modifier and Type | Method and Description |
---|---|
void |
onError(java.lang.String errorMessage,
java.lang.StackTraceElement[] stackTrace)
Method called if service initialization was interrupted by some internal error.
|
void |
onInitialized()
Method called after service is successfully initialized and ready for creating transaction.
|
public void onInitialized()
public void onError(java.lang.String errorMessage, java.lang.StackTraceElement[] stackTrace)
errorMessage
- error descriptionstackTrace
- stack trace of the error