Package 

Class EditTextMapper

  • 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.

    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class com.datadog.android.sessionreplay.recorder.mapper.EditTextMapper

        map
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait