Skip to content

Commit 3d81797

Browse files
Document AccessibilityManager high contrast listener (#583)
* Document high contrast text listener Refs #246 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> * Add Android attribution Refs #246 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 8c06ef3 commit 3d81797

1 file changed

Lines changed: 16 additions & 4 deletions

File tree

docs/xml/Android.Views.Accessibility/AccessibilityManager.xml

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -493,10 +493,22 @@
493493
<Parameter Name="listener" Type="Android.Views.Accessibility.AccessibilityManager+IHighContrastTextStateChangeListener" Index="1" FrameworkAlternate="net-android-36.0" />
494494
</Parameters>
495495
<Docs>
496-
<param name="executor">To be added.</param>
497-
<param name="listener">To be added.</param>
498-
<summary>To be added.</summary>
499-
<remarks>To be added.</remarks>
496+
<param name="executor">The executor through which callback and listener events are dispatched.</param>
497+
<param name="listener">The listener to notify.</param>
498+
<summary>Registers a listener for changes in the system high contrast text state.</summary>
499+
<remarks>
500+
<para>
501+
<format type="text/html">
502+
<a href="https://developer.android.com/reference/android/view/accessibility/AccessibilityManager#addHighContrastTextStateChangeListener(java.util.concurrent.Executor,%20android.view.accessibility.AccessibilityManager.HighContrastTextStateChangeListener)" title="Reference documentation">Java documentation for <code>android.view.accessibility.AccessibilityManager.addHighContrastTextStateChangeListener(java.util.concurrent.Executor, android.view.accessibility.AccessibilityManager.HighContrastTextStateChangeListener)</code>.</a>
503+
</format>
504+
</para>
505+
<para>
506+
Portions of this page are modifications based on work created and shared by the
507+
<format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format>
508+
and used according to terms described in the
509+
<format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format>
510+
</para>
511+
</remarks>
500512
</Docs>
501513
</Member>
502514
<Member MemberName="AddTouchExplorationStateChangeListener">

0 commit comments

Comments
 (0)