Skip to content

IVDVideoSelfieCapture

Interface that communicates sdk events

Public Methods

void VDVideoSelfieCaptured(byte[] video)

Method that sends video image taken.

  • Parameters:

    • video: Bytes of the video.
void VDVideoSelfieFinished(boolean successfully)

Method that indicates that everything has finished

  • Parameters:

    • successfully: True if successfully finished, false otherwise.