-
public class AutocaptureOption.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final <ERROR CLASS>ALLprivate final <ERROR CLASS>REQUIRES_ACTIVITY_CALLBACKSpublic final static AutocaptureOption.CompanionINSTANCE
-
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. -
-
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.
-
-
-
-