Package com.incode.welcome_sdk.listeners
Interface FaceEventListener
-
- All Implemented Interfaces:
public interface FaceEventListener
Base interface for listening to FaceInfo operations.
Provides callbacks for the following operations:
Adding a face (IIncodeWelcome.addFace)
Removing a face (IIncodeWelcome.removeFace)
Setting a list of faces (IIncodeWelcome.setFaces)
Removing all faces (IIncodeWelcome.removeAllFaces)
-
-
Method Summary
Modifier and Type Method Description abstract Unit
onComplete()
Called when a FaceInfo operation is successfully completed. abstract Unit
onError(Throwable error)
Called when a FaceInfo operation fails. -
-
Method Detail
-
onComplete
abstract Unit onComplete()
Called when a FaceInfo operation is successfully completed.
-
-
-
-