Package com.incode.welcome_sdk.listeners
Interface VideoSelfieListener
-
- All Implemented Interfaces:
-
com.incode.welcome_sdk.listeners.BaseListener
,com.incode.welcome_sdk.listeners.ErrorListener
,com.incode.welcome_sdk.listeners.UserCancelledListener
public interface VideoSelfieListener implements BaseListener
Interface for getting a callback with video selfie result. If result is not successful specific error is returned. Check: com.incode.welcome_sdk.commons.exceptions.video_selfie.AudioNotMatchedException com.incode.welcome_sdk.commons.exceptions.video_selfie.PermissionsDeniedException
-
-
Method Summary
Modifier and Type Method Description abstract Unit
onVideoRecorded(VideoSelfieResult videoSelfieResult)
This method is called when video selfie recording is finished and uploaded. -
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
-
onVideoRecorded
abstract Unit onVideoRecorded(VideoSelfieResult videoSelfieResult)
This method is called when video selfie recording is finished and uploaded.
-
-
-
-