public interface FaceAuthUnenrollerCallback
| Modifier and Type | Method and Description | 
|---|---|
void | 
onUnenrollError(IdpException e)
This callback function is called if there is an error occurs during
 unenrollment. 
 | 
void | 
onUnenrollFinish(FaceAuthStatus status)
Be called as soon as the unenrollment process completes. 
 | 
void onUnenrollFinish(FaceAuthStatus status)
status - The status of the unenrollment processvoid onUnenrollError(IdpException e)
e - exception object indicating problem during unenrollment
            process.