Package 

Class TextViewMapper

  • All Implemented Interfaces:
    com.datadog.android.sessionreplay.internal.recorder.mapper.WireframeMapper

    
    public class TextViewMapper
    extends BaseAsyncBackgroundWireframeMapper<TextView>
                        

    A WireframeMapper implementation to map a TextView component. In this case any TextView 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.