-
- All Implemented Interfaces:
-
com.datadog.android.sessionreplay.internal.recorder.mapper.WireframeMapper
public abstract class BaseAsyncBackgroundWireframeMapper<T extends View> extends BaseWireframeMapper<T, MobileSegment.Wireframe>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classBaseAsyncBackgroundWireframeMapper.Companion
-
Method Summary
Modifier and Type Method Description List<MobileSegment.Wireframe>map(T view, MappingContext mappingContext, AsyncJobStatusCallback asyncJobStatusCallback)Maps the View into a list of MobileSegment.Wireframe. -
-
Method Detail
-
map
List<MobileSegment.Wireframe> map(T view, MappingContext mappingContext, AsyncJobStatusCallback asyncJobStatusCallback)
Maps the View into a list of MobileSegment.Wireframe.
- Parameters:
view- as the View instance that will be mappedmappingContext- in which we provide useful information regarding the currentasyncJobStatusCallback- a callback that can be called when the mapper starts or finishes processing an async job.
-
-
-
-