announceUnchangedHints

@get:JvmName(name = "shouldAnnounceUnchangedHints")
var announceUnchangedHints: Boolean

Equivalent to providing the app:hintViewAnnounceUnchangedHints attribute in the layout xml file. If set to true, the hint text will be announced even if it is the same as the previous one when screen reader is enabled. If set to false, the hint text will only be announced if it is different from the previous one.