Package com.regula.facesdk.callback
Interface FaceInitializationCompletion
public interface FaceInitializationCompletion
Initialization callback
-
Method Summary
Modifier and TypeMethodDescriptionvoidonInitCompleted(boolean status, InitException exception) Method return completion in the main thread.
-
Method Details
-
onInitCompleted
Method return completion in the main thread. When status is false, exception parameter is not null and contains details of the error- Parameters:
status- status of the initialization operationexception- exception with description of the error of the initialization operation
-