public interface FaceAuthLicenseConfigurationCallback
| Modifier and Type | Method and Description | 
|---|---|
void | 
onLicenseConfigurationFailure(IdpAuthException exception)
This callback function is called if there is an error occurs during
 license configuration. 
 | 
void | 
onLicenseConfigurationSuccess()
This callback function is called if the license configuration process run
 successfully without any Exception. 
 | 
void onLicenseConfigurationSuccess()
void onLicenseConfigurationFailure(IdpAuthException exception)
exception - object indicating problem during initialization process.