Package com.incode.welcome_sdk.listeners
Interface GovernmentValidationListener
-
- All Implemented Interfaces:
-
com.incode.welcome_sdk.listeners.BaseListener,com.incode.welcome_sdk.listeners.ErrorListener,com.incode.welcome_sdk.listeners.UserCancelledListener
public interface GovernmentValidationListener implements BaseListener
-
-
Method Summary
Modifier and Type Method Description abstract voidonGovernmentValidationCompleted(boolean success)Called when Government validation is completed true if the validation was successful, false otherwise -
Methods inherited from class com.incode.welcome_sdk.listeners.ErrorListener
onError -
Methods inherited from class com.incode.welcome_sdk.listeners.UserCancelledListener
onUserCancelled -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
onGovernmentValidationCompleted
abstract void onGovernmentValidationCompleted(boolean success)
Called when Government validation is completed
true if the validation was successful, false otherwise
-
-
-
-