Package com.datadog.android.sessionreplay.recorder.mapper
See: Description
-
Class Summary Class Description BaseAsyncBackgroundWireframeMapper A basic abstract WireframeMapper that provides some helpful utilities to resolve the background drawable of the View on a background thread, allowing tracking actual images. BaseViewGroupMapper A basic abstract WireframeMapper to extend when mapping ViewGroup implementations. BaseWireframeMapper A basic abstract WireframeMapper that provides some helpful utilities. EditTextMapper A WireframeMapper implementation to map an EditText component. ImageViewMapper A WireframeMapper implementation to map an ImageView component. TextViewMapper A WireframeMapper implementation to map a TextView component. -
Interface Summary Interface Description TraverseAllChildrenMapper Maps a View to a List of MobileSegment.Wireframe. WireframeMapper Maps a View to a List of MobileSegment.Wireframe.