Package com.incode.welcome_sdk.listeners
Interface AcceptVideoSelfieListener
-
- All Implemented Interfaces:
-
com.incode.welcome_sdk.listeners.BaseListener,com.incode.welcome_sdk.listeners.ErrorListener,com.incode.welcome_sdk.listeners.UserCancelledListener
public interface AcceptVideoSelfieListener implements BaseListener
Interface for getting user consent result after call startAcceptVideoSelfie()
-
-
Method Summary
Modifier and Type Method Description abstract voidonUserAcceptedVideoSelfie()This method is called when user accepts video selfie recording -
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
-
onUserAcceptedVideoSelfie
abstract void onUserAcceptedVideoSelfie()
This method is called when user accepts video selfie recording
-
-
-
-