Package com.netcetera.threeds.sdk.api
Interface ThreeDS2Service.InitializationCallback
-
- Enclosing interface:
- ThreeDS2Service
public static interface ThreeDS2Service.InitializationCallback3DS SDK Initialization Callback.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonCompleted()This method is called when the initialization of the 3DS SDK is completed.voidonError(java.lang.Throwable throwable)Called when an error has occurred during the initialization of the 3DS SDK.
-
-
-
Method Detail
-
onCompleted
void onCompleted()
This method is called when the initialization of the 3DS SDK is completed.
-
onError
void onError(java.lang.Throwable throwable)
Called when an error has occurred during the initialization of the 3DS SDK.- Parameters:
throwable-Throwablewhich can be one of the followingInvalidInputExceptionif invalid input is provided.SDKAlreadyInitializedExceptionis SDK is already initialized.SDKRuntimeExceptionif 3DS SDK encounters internal error.
-
-