Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 48 additions & 6 deletions docs/xml/Android.Views.Accessibility/AccessibilityRecord.xml
Original file line number Diff line number Diff line change
Expand Up @@ -227,9 +227,23 @@
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<summary>Gets the text before a change. -or- Sets the text before a change.</summary>
<value>The text before a change.</value>
<remarks>
<para>Property getter documentation:</para>
<para>Gets the text before a change.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/view/accessibility/AccessibilityRecord#getBeforeText()" title="Reference documentation">Java documentation for <code>android.view.accessibility.AccessibilityRecord.getBeforeText()</code>.</a>
</format>
</para>
<para>Property setter documentation:</para>
<para>Sets the text before a change.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/view/accessibility/AccessibilityRecord#setBeforeText(java.lang.CharSequence)" title="Reference documentation">Java documentation for <code>android.view.accessibility.AccessibilityRecord.setBeforeText(java.lang.CharSequence)</code>.</a>
</format>
</para>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <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></para>
</remarks>
</Docs>
Expand Down Expand Up @@ -354,9 +368,23 @@
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<summary>Gets the class name of the source. -or- Sets the class name of the source.</summary>
<value>The class name of the source.</value>
<remarks>
<para>Property getter documentation:</para>
<para>Gets the class name of the source.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/view/accessibility/AccessibilityRecord#getClassName()" title="Reference documentation">Java documentation for <code>android.view.accessibility.AccessibilityRecord.getClassName()</code>.</a>
</format>
</para>
<para>Property setter documentation:</para>
<para>Sets the class name of the source.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/view/accessibility/AccessibilityRecord#setClassName(java.lang.CharSequence)" title="Reference documentation">Java documentation for <code>android.view.accessibility.AccessibilityRecord.setClassName(java.lang.CharSequence)</code>.</a>
</format>
</para>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <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></para>
</remarks>
</Docs>
Expand Down Expand Up @@ -428,9 +456,23 @@
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<summary>Gets the description of the source. -or- Sets the description of the source.</summary>
<value>The description of the source.</value>
<remarks>
<para>Property getter documentation:</para>
<para>Gets the description of the source.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/view/accessibility/AccessibilityRecord#getContentDescription()" title="Reference documentation">Java documentation for <code>android.view.accessibility.AccessibilityRecord.getContentDescription()</code>.</a>
</format>
</para>
<para>Property setter documentation:</para>
<para>Sets the description of the source.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/view/accessibility/AccessibilityRecord#setContentDescription(java.lang.CharSequence)" title="Reference documentation">Java documentation for <code>android.view.accessibility.AccessibilityRecord.setContentDescription(java.lang.CharSequence)</code>.</a>
</format>
</para>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <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></para>
</remarks>
</Docs>
Expand Down