-
public final class MappingContextContains the context information which will be passed from parent to its children when traversing the tree view for masking, as well as utilities and helpers that allow generating the wireframes expected by Datadog.
-
-
Field Summary
Fields Modifier and Type Field Description private final SystemInformationsystemInformationprivate final ImageWireframeHelperimageWireframeHelperprivate final BooleanhasOptionSelectorParent
-
Constructor Summary
Constructors Constructor Description MappingContext(SystemInformation systemInformation, ImageWireframeHelper imageWireframeHelper, Boolean hasOptionSelectorParent)
-
Method Summary
Modifier and Type Method Description final SystemInformationgetSystemInformation()final ImageWireframeHelpergetImageWireframeHelper()final BooleangetHasOptionSelectorParent()-
-
Constructor Detail
-
MappingContext
MappingContext(SystemInformation systemInformation, ImageWireframeHelper imageWireframeHelper, Boolean hasOptionSelectorParent)
- Parameters:
systemInformation- as SystemInformationimageWireframeHelper- a helper tool to capture images within a ViewhasOptionSelectorParent- tells if one of the parents of the current android.view.View is an option selector type (e.g.
-
-
Method Detail
-
getSystemInformation
final SystemInformation getSystemInformation()
-
getImageWireframeHelper
final ImageWireframeHelper getImageWireframeHelper()
-
getHasOptionSelectorParent
final Boolean getHasOptionSelectorParent()
-
-
-
-