setViewClassSensitivity

fun <T : View> setViewClassSensitivity(clazz: Class<T>, isSensitive: Boolean?)

Sets View class sensitivity. Whether to cover all instances of clazz in the record or null to not change the behaviour by clazz. By default, EditText is sensitive. Class sensitivity can be overridden by instance sensitivity.

See also