- <div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":litho-core:dokkaHtmlPartial/release"><div class="symbol monospace"><span class="token keyword">inline </span><span class="token keyword">fun </span><a href="../com.facebook.litho/-style/index.html">Style</a><span class="token punctuation">.</span><a href="pane-title.html"><span class="token function">paneTitle</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">accessibilityPaneTitle<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-char-sequence/index.html">CharSequence</a><span class="token operator">?</span></span></span><span class="token punctuation">)</span><span class="token operator">: </span><a href="../com.facebook.litho/-style/index.html">Style</a></div><p class="paragraph">Visually distinct portion of a window with window-like semantics are considered panes for accessibility purposes. One example is the content view of a large fragment that is replaced. In order for accessibility services to understand a pane's window-like behavior, panes should have descriptive titles. Views with pane titles produce AccessibilityEvent#TYPE_WINDOW_STATE_CHANGEDs when they appear, disappear, or change title.</p><p class="paragraph">See <a href="https://developer.android.com/reference/kotlin/androidx/core/view/ViewCompat.html#setAccessibilityPaneTitle-android.view.View-kotlin.CharSequence?-">androidx.core.view.ViewCompat.setAccessibilityPaneTitle</a>.</p></div></div>
0 commit comments