containerTitle

inline fun Style.containerTitle(containerTitle: CharSequence?): Style

Sets the container title for app-developer-defined container which can be any type of ViewGroup or layout. Container title will be used to group together related controls, similar to HTML fieldset.

See android.view.accessibility.AccessibilityNodeInfo.setContainerTitle.