OnInitCallback
void onInitFailure(InitIssue issue, @Nullable Throwable throwable)Called when an issue was encountered while initializing the SDK.
Parameters | |
issue | |
throwable |
void onInitSuccess()Called when SDK initialization completed successfully. You can now start the SDK detections, and access any of the other methods on theSentiance
class.
Last modified 1yr ago