Last updated 2 years ago
This interface is used with .
onInitFailure()
Called when an issue was encountered while initializing the SDK.
onInitSuccess()
Called when SDK initialization completed successfully. You can now start the SDK detections, and access any of the other methods on the class.
void onInitFailure(InitIssue issue, @Nullable Throwable throwable)
issue
An enum indicating the issue.
throwable
An optional in case of .
void onInitSuccess()
init(SdkConfig, OnInitCallback)
Sentiance
InitIssue
Throwable
INITIALIZATION_ERROR