Package 

Object AutocaptureOption.Companion

    • Method Summary

      Modifier and Type Method Description
      final <ERROR CLASS> getALL() Set containing all available autocapture options.
      final <ERROR CLASS> getREQUIRES_ACTIVITY_CALLBACKS() Set of autocapture options that require Android Activity lifecycle callbacks to function properly.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getALL

         final <ERROR CLASS> getALL()

        Set containing all available autocapture options.

        Equivalent to enabling all autocapture features:

        • SESSIONS

        • APP_LIFECYCLES

        • DEEP_LINKS

        • SCREEN_VIEWS

        • ELEMENT_INTERACTIONS

        • FRUSTRATION_INTERACTIONS

      • getREQUIRES_ACTIVITY_CALLBACKS

         final <ERROR CLASS> getREQUIRES_ACTIVITY_CALLBACKS()

        Set of autocapture options that require Android Activity lifecycle callbacks to function properly.

        These options need access to activity lifecycle events and therefore require the ActivityLifecycleObserver to be registered with the Application.