public interface FaceAuthEnrollerCallback
| Modifier and Type | Method and Description | 
|---|---|
void | 
onEnrollError(IdpException e)
This callback function is called if there is other error occurs during
 enrollment. 
 | 
void | 
onEnrollFinish(FaceAuthStatus status)
It is called as soon as the enrollment process completes. 
 | 
void onEnrollFinish(FaceAuthStatus status)
status - The status of the enrollment processvoid onEnrollError(IdpException e)
e - exception object indicating problem during enrollment process.