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