EditTextMapper - DataDog/dd-sdk-android GitHub Wiki
class EditTextMapper(viewIdentifierResolver: ViewIdentifierResolver, colorStringFormatter: ColorStringFormatter, viewBoundsResolver: ViewBoundsResolver, drawableToColorMapper: DrawableToColorMapper) : TextViewMapper<EditText>
A WireframeMapper implementation to map an EditText component. In this case any EditText for which the input type is considered sensible (password, email address, postal address, numeric password) will be masked with the static mask: ***. All the other text fields will not be masked.
Types
Constructors
EditTextMapper
constructor(viewIdentifierResolver: ViewIdentifierResolver, colorStringFormatter: ColorStringFormatter, viewBoundsResolver: ViewBoundsResolver, drawableToColorMapper: DrawableToColorMapper)