-
public interface OptionSelectorDetectorDetects 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.
-
-
Method Summary
Modifier and Type Method Description abstract BooleanisOptionSelector(ViewGroup view)Checks and returns true if this ViewGroup is considered as a container of selectable UI elements, otherwise returns false. -
-
Method Detail
-
isOptionSelector
abstract Boolean isOptionSelector(ViewGroup view)
Checks and returns true if this ViewGroup is considered as a container of selectable UI elements, otherwise returns false.
-
-
-
-