set View Class Sensitivity
fun <T : View> setViewClassSensitivity(clazz: Class<T>, isSensitive: Boolean?)
Content copied to clipboard
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.