Interface LivenessStatusCallback

All Superinterfaces:
android.os.Parcelable

public interface LivenessStatusCallback extends android.os.Parcelable
Called when document verification status is available.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface android.os.Parcelable

    android.os.Parcelable.ClassLoaderCreator<T extends Object>, android.os.Parcelable.Creator<T extends Object>
  • Field Summary

    Fields inherited from interface android.os.Parcelable

    CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when document verification status is available.

    Methods inherited from interface android.os.Parcelable

    describeContents, writeToParcel
  • Method Details

    • onLivenessStatus

      void onLivenessStatus(LivenessStatus livenessStatus)
      Called when document verification status is available.