Package com.netcetera.threeds.sdk.api
Interface ThreeDS2Service.InitializationCallback
- Enclosing interface:
- ThreeDS2Service
public static interface ThreeDS2Service.InitializationCallback
3DS SDK Initialization Callback.
-
Method Summary
Modifier and TypeMethodDescriptionvoidThis method is called when the initialization of the 3DS SDK is completed.voidCalled when an error has occurred during the initialization of the 3DS SDK.
-
Method Details
-
onCompleted
void onCompleted()This method is called when the initialization of the 3DS SDK is completed. -
onError
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.
-