Skip to content

OptionSelectorDetector

Xavier F. Gouchet edited this page Sep 4, 2024 · 1 revision

interface OptionSelectorDetector

Detects if a ViewGroup is a parent of selectable UI elements (e.g. TextView, CheckBoxes, etc.). This interface is meant for internal usage but feel free to provide an implementation through the com.datadog.android.sessionreplay.ExtensionSupport if you need it.

Functions

isOptionSelector

abstract fun isOptionSelector(view: ViewGroup): Boolean

Checks and returns true if this ViewGroup is considered as a container of selectable UI elements, otherwise returns false.

Clone this wiki locally