Package com.incode.welcome_sdk.listeners
Interface FaceInfoListener
-
- All Implemented Interfaces:
public interface FaceInfoListener
Interface for getting the list of FaceInfo data stored in the local database
-
-
Method Summary
-
-
Method Detail
-
onGetFacesCompleted
abstract Unit onGetFacesCompleted(List<FaceInfo> faceInfoList)
Called when database results are ready
- Parameters:
faceInfoList
- List of results which contains found items in the database
-
-
-
-