Class ErrorConstants

java.lang.Object
io.digified.digified_library.errors.ErrorConstants

public class ErrorConstants extends Object
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
    Capture error codes that may occur while using BiometricDigified.capture(FragmentManager, int, int, CaptureCallback) or BiometricDigified.capture(FragmentManager, int, int, int, int, CaptureCallback)
    static final class 
    Send Error Codes that may occur while using BiometricDigified.send(CaptureResult, IdExtractionCallback) or BiometricDigified.send(CaptureResult, FaceMatchCallback)
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ErrorConstants

      public ErrorConstants()