Skip to content
This repository was archived by the owner on May 29, 2024. It is now read-only.

Commit 8a24e2c

Browse files
authored
Update docs using dotnet/android@ace5f71c (#34)
Imports Google-provided API-31 Javadoc documentation for nested types that were previously being ignored. Notable documentation related generator changes: * dotnet/java-interop@4b4fedd3: [generator] Process Javadoc for nested types * dotnet/java-interop@265ad762: [Java.Interop.Tools.JavaSource] Fix tag parsing errors Changes in xamarin-android and java.interop: * dotnet/android@c6dcefb...ace5f71 * dotnet/java-interop@7716ae5...032f1e7
1 parent 59c78f8 commit 8a24e2c

File tree

1,632 files changed

+123797
-24504
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,632 files changed

+123797
-24504
lines changed

docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityButtonController+AccessibilityButtonCallback.xml

Lines changed: 36 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,19 @@
1818
</Attribute>
1919
</Attributes>
2020
<Docs>
21-
<summary>To be added.</summary>
21+
<summary>Callback for interaction with and changes to state of the accessibility button
22+
within the system's navigation area.</summary>
2223
<remarks>
2324
<para>
2425
<format type="text/html">
25-
<a href="https://developer.android.com/reference/android/accessibilityservice/AccessibilityButtonController$AccessibilityButtonCallback" title="Reference documentation">Android platform documentation</a>
26+
<a href="https://developer.android.com/reference/android/accessibilityservice/AccessibilityButtonController.AccessibilityButtonCallback" title="Reference documentation">Java documentation for <code>android.accessibilityservice.AccessibilityButtonController.AccessibilityButtonCallback</code>.</a>
2627
</format>
2728
</para>
28-
<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>
29+
<para>
30+
Portions of this page are modifications based on work created and shared by the
31+
<format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format>
32+
and used according to terms described in the
33+
<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>
2934
</remarks>
3035
</Docs>
3136
<Members>
@@ -130,11 +135,23 @@
130135
<Parameter Name="available" Type="System.Boolean" />
131136
</Parameters>
132137
<Docs>
133-
<param name="controller">To be added.</param>
134-
<param name="available">To be added.</param>
135-
<summary>To be added.</summary>
138+
<param name="controller">the controller used to register for this callback</param>
139+
<param name="available">
140+
<c>true</c> if the accessibility button is available to this
141+
service, <c>false</c> otherwise</param>
142+
<summary>Called when the availability of the accessibility button in the system's
143+
navigation area has changed.</summary>
136144
<remarks>
137-
<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>
145+
<para>
146+
<format type="text/html">
147+
<a href="https://developer.android.com/reference/android/accessibilityservice/AccessibilityButtonController.AccessibilityButtonCallback#onAvailabilityChanged(android.accessibilityservice.AccessibilityButtonController,%20boolean)" title="Reference documentation">Java documentation for <code>android.accessibilityservice.AccessibilityButtonController.AccessibilityButtonCallback.onAvailabilityChanged(android.accessibilityservice.AccessibilityButtonController, boolean)</code>.</a>
148+
</format>
149+
</para>
150+
<para>
151+
Portions of this page are modifications based on work created and shared by the
152+
<format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format>
153+
and used according to terms described in the
154+
<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>
138155
</remarks>
139156
</Docs>
140157
</Member>
@@ -161,10 +178,19 @@
161178
<Parameter Name="controller" Type="Android.AccessibilityServices.AccessibilityButtonController" />
162179
</Parameters>
163180
<Docs>
164-
<param name="controller">To be added.</param>
165-
<summary>To be added.</summary>
181+
<param name="controller">the controller used to register for this callback</param>
182+
<summary>Called when the accessibility button in the system's navigation area is clicked.</summary>
166183
<remarks>
167-
<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>
184+
<para>
185+
<format type="text/html">
186+
<a href="https://developer.android.com/reference/android/accessibilityservice/AccessibilityButtonController.AccessibilityButtonCallback#onClicked(android.accessibilityservice.AccessibilityButtonController)" title="Reference documentation">Java documentation for <code>android.accessibilityservice.AccessibilityButtonController.AccessibilityButtonCallback.onClicked(android.accessibilityservice.AccessibilityButtonController)</code>.</a>
187+
</format>
188+
</para>
189+
<para>
190+
Portions of this page are modifications based on work created and shared by the
191+
<format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format>
192+
and used according to terms described in the
193+
<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>
168194
</remarks>
169195
</Docs>
170196
</Member>

docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityService+GestureResultCallback.xml

Lines changed: 31 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,18 @@
1818
</Attribute>
1919
</Attributes>
2020
<Docs>
21-
<summary>To be added.</summary>
21+
<summary>Class used to report status of dispatched gestures</summary>
2222
<remarks>
2323
<para>
2424
<format type="text/html">
25-
<a href="https://developer.android.com/reference/android/accessibilityservice/AccessibilityService$GestureResultCallback" title="Reference documentation">Android platform documentation</a>
25+
<a href="https://developer.android.com/reference/android/accessibilityservice/AccessibilityService.GestureResultCallback" title="Reference documentation">Java documentation for <code>android.accessibilityservice.AccessibilityService.GestureResultCallback</code>.</a>
2626
</format>
2727
</para>
28-
<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>
28+
<para>
29+
Portions of this page are modifications based on work created and shared by the
30+
<format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format>
31+
and used according to terms described in the
32+
<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>
2933
</remarks>
3034
</Docs>
3135
<Members>
@@ -129,10 +133,19 @@
129133
<Parameter Name="gestureDescription" Type="Android.AccessibilityServices.GestureDescription" />
130134
</Parameters>
131135
<Docs>
132-
<param name="gestureDescription">To be added.</param>
133-
<summary>To be added.</summary>
136+
<param name="gestureDescription">The description of the gesture that was cancelled.</param>
137+
<summary>Called when the gesture was cancelled</summary>
134138
<remarks>
135-
<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>
139+
<para>
140+
<format type="text/html">
141+
<a href="https://developer.android.com/reference/android/accessibilityservice/AccessibilityService.GestureResultCallback#onCancelled(android.accessibilityservice.GestureDescription)" title="Reference documentation">Java documentation for <code>android.accessibilityservice.AccessibilityService.GestureResultCallback.onCancelled(android.accessibilityservice.GestureDescription)</code>.</a>
142+
</format>
143+
</para>
144+
<para>
145+
Portions of this page are modifications based on work created and shared by the
146+
<format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format>
147+
and used according to terms described in the
148+
<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>
136149
</remarks>
137150
</Docs>
138151
</Member>
@@ -159,10 +172,19 @@
159172
<Parameter Name="gestureDescription" Type="Android.AccessibilityServices.GestureDescription" />
160173
</Parameters>
161174
<Docs>
162-
<param name="gestureDescription">To be added.</param>
163-
<summary>To be added.</summary>
175+
<param name="gestureDescription">The description of the gesture that completed.</param>
176+
<summary>Called when the gesture has completed successfully</summary>
164177
<remarks>
165-
<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>
178+
<para>
179+
<format type="text/html">
180+
<a href="https://developer.android.com/reference/android/accessibilityservice/AccessibilityService.GestureResultCallback#onCompleted(android.accessibilityservice.GestureDescription)" title="Reference documentation">Java documentation for <code>android.accessibilityservice.AccessibilityService.GestureResultCallback.onCompleted(android.accessibilityservice.GestureDescription)</code>.</a>
181+
</format>
182+
</para>
183+
<para>
184+
Portions of this page are modifications based on work created and shared by the
185+
<format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format>
186+
and used according to terms described in the
187+
<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>
166188
</remarks>
167189
</Docs>
168190
</Member>

docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityService+ITakeScreenshotCallback.xml

Lines changed: 27 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,19 @@
2525
</Attribute>
2626
</Attributes>
2727
<Docs>
28-
<summary>To be added.</summary>
29-
<remarks>To be added.</remarks>
28+
<summary>Interface used to report status of taking screenshot.</summary>
29+
<remarks>
30+
<para>
31+
<format type="text/html">
32+
<a href="https://developer.android.com/reference/android/accessibilityservice/AccessibilityService.TakeScreenshotCallback" title="Reference documentation">Java documentation for <code>android.accessibilityservice.AccessibilityService.TakeScreenshotCallback</code>.</a>
33+
</format>
34+
</para>
35+
<para>
36+
Portions of this page are modifications based on work created and shared by the
37+
<format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format>
38+
and used according to terms described in the
39+
<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>
40+
</remarks>
3041
</Docs>
3142
<Members>
3243
<Member MemberName="OnFailure">
@@ -52,9 +63,20 @@
5263
<Parameter Name="errorCode" Type="System.Int32" />
5364
</Parameters>
5465
<Docs>
55-
<param name="errorCode">To be added.</param>
56-
<summary>To be added.</summary>
57-
<remarks>To be added.</remarks>
66+
<param name="errorCode">The error code of this operation.</param>
67+
<summary>Called when taking screenshot has failed.</summary>
68+
<remarks>
69+
<para>
70+
<format type="text/html">
71+
<a href="https://developer.android.com/reference/android/accessibilityservice/AccessibilityService.TakeScreenshotCallback#onFailure(int)" title="Reference documentation">Java documentation for <code>android.accessibilityservice.AccessibilityService.TakeScreenshotCallback.onFailure(int)</code>.</a>
72+
</format>
73+
</para>
74+
<para>
75+
Portions of this page are modifications based on work created and shared by the
76+
<format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format>
77+
and used according to terms described in the
78+
<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>
79+
</remarks>
5880
</Docs>
5981
</Member>
6082
<Member MemberName="OnSuccess">

0 commit comments

Comments
 (0)