-
- All Implemented Interfaces:
-
com.datadog.android.sessionreplay.recorder.mapper.WireframeMapper
public final class EditTextMapper extends 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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classEditTextMapper.Companion
-
Constructor Summary
Constructors Constructor Description EditTextMapper(ViewIdentifierResolver viewIdentifierResolver, ColorStringFormatter colorStringFormatter, ViewBoundsResolver viewBoundsResolver, DrawableToColorMapper drawableToColorMapper)
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
EditTextMapper
EditTextMapper(ViewIdentifierResolver viewIdentifierResolver, ColorStringFormatter colorStringFormatter, ViewBoundsResolver viewBoundsResolver, DrawableToColorMapper drawableToColorMapper)
-
-
-
-