|
17 | 17 | </Attribute>
|
18 | 18 | </Attributes>
|
19 | 19 | <Docs>
|
20 |
| - <summary>To be added.</summary> |
| 20 | + <summary>Controller for the accessibility button within the system's navigation area</summary> |
21 | 21 | <remarks>
|
22 | 22 | <para>
|
23 | 23 | <format type="text/html">
|
24 |
| - <a href="https://developer.android.com/reference/android/accessibilityservice/AccessibilityButtonController" title="Reference documentation">Android platform documentation</a> |
| 24 | + <a href="https://developer.android.com/reference/android/accessibilityservice/AccessibilityButtonController" title="Reference documentation">Java documentation for <tt>android.accessibilityservice.AccessibilityButtonController</tt>.</a> |
25 | 25 | </format>
|
26 | 26 | </para>
|
27 |
| - <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> |
| 27 | + <para> |
| 28 | + Portions of this page are modifications based on work created and shared by the |
| 29 | + <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> |
| 30 | + and used according to terms described in the |
| 31 | + <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 | 32 | </remarks>
|
29 | 33 | </Docs>
|
30 | 34 | <Members>
|
|
40 | 44 | </AssemblyInfo>
|
41 | 45 | <Attributes>
|
42 | 46 | <Attribute>
|
43 |
| - <AttributeName>get: Android.Runtime.Register("isAccessibilityButtonAvailable", "()Z", "GetIsAccessibilityButtonAvailableHandler")</AttributeName> |
| 47 | + <AttributeName>get: Android.Runtime.Register("isAccessibilityButtonAvailable", "()Z", "", ApiSince=26)</AttributeName> |
44 | 48 | </Attribute>
|
45 | 49 | </Attributes>
|
46 | 50 | <ReturnValue>
|
47 | 51 | <ReturnType>System.Boolean</ReturnType>
|
48 | 52 | </ReturnValue>
|
49 | 53 | <Docs>
|
50 |
| - <summary>To be added.</summary> |
51 |
| - <value>To be added.</value> |
| 54 | + <summary>Retrieves whether the accessibility button in the system's navigation area is |
| 55 | + available to the calling service.</summary> |
| 56 | + <value> |
| 57 | + <c>true</c> if the accessibility button in the system's navigation area is |
| 58 | + available to the calling service, <c>false</c> otherwise</value> |
52 | 59 | <remarks>
|
53 |
| - <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> |
| 60 | + <para> |
| 61 | + <format type="text/html"> |
| 62 | + <a href="https://developer.android.com/reference/android/accessibilityservice/AccessibilityButtonController#isAccessibilityButtonAvailable()" title="Reference documentation">Java documentation for <tt>android.accessibilityservice.AccessibilityButtonController.isAccessibilityButtonAvailable()</tt>.</a> |
| 63 | + </format> |
| 64 | + </para> |
| 65 | + <para> |
| 66 | + Portions of this page are modifications based on work created and shared by the |
| 67 | + <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> |
| 68 | + and used according to terms described in the |
| 69 | + <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> |
54 | 70 | </remarks>
|
55 | 71 | </Docs>
|
56 | 72 | </Member>
|
|
64 | 80 | <AssemblyName>Mono.Android</AssemblyName>
|
65 | 81 | <AssemblyVersion>0.0.0.0</AssemblyVersion>
|
66 | 82 | </AssemblyInfo>
|
| 83 | + <Attributes> |
| 84 | + <Attribute> |
| 85 | + <AttributeName>System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)</AttributeName> |
| 86 | + </Attribute> |
| 87 | + <Attribute> |
| 88 | + <AttributeName>System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)</AttributeName> |
| 89 | + </Attribute> |
| 90 | + </Attributes> |
67 | 91 | <ReturnValue>
|
68 | 92 | <ReturnType>Java.Interop.JniPeerMembers</ReturnType>
|
69 | 93 | </ReturnValue>
|
|
87 | 111 | </AssemblyInfo>
|
88 | 112 | <Attributes>
|
89 | 113 | <Attribute>
|
90 |
| - <AttributeName>Android.Runtime.Register("registerAccessibilityButtonCallback", "(Landroid/accessibilityservice/AccessibilityButtonController$AccessibilityButtonCallback;)V", "")</AttributeName> |
| 114 | + <AttributeName>Android.Runtime.Register("registerAccessibilityButtonCallback", "(Landroid/accessibilityservice/AccessibilityButtonController$AccessibilityButtonCallback;)V", "", ApiSince=26)</AttributeName> |
91 | 115 | </Attribute>
|
92 | 116 | </Attributes>
|
93 | 117 | <ReturnValue>
|
|
97 | 121 | <Parameter Name="callback" Type="Android.AccessibilityServices.AccessibilityButtonController+AccessibilityButtonCallback" />
|
98 | 122 | </Parameters>
|
99 | 123 | <Docs>
|
100 |
| - <param name="callback">To be added.</param> |
101 |
| - <summary>To be added.</summary> |
| 124 | + <param name="callback">the callback to add, must be non-null</param> |
| 125 | + <summary>Registers the provided <c><see cref="T:Android.AccessibilityServices.AccessibilityButtonController.AccessibilityButtonCallback" /></c> for interaction and state |
| 126 | + changes callbacks related to the accessibility button.</summary> |
102 | 127 | <remarks>
|
103 |
| - <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> |
| 128 | + <para> |
| 129 | + <format type="text/html"> |
| 130 | + <a href="https://developer.android.com/reference/android/accessibilityservice/AccessibilityButtonController#registerAccessibilityButtonCallback(android.accessibilityservice.AccessibilityButtonCallback)" title="Reference documentation">Java documentation for <tt>android.accessibilityservice.AccessibilityButtonController.registerAccessibilityButtonCallback(android.accessibilityservice.AccessibilityButtonCallback)</tt>.</a> |
| 131 | + </format> |
| 132 | + </para> |
| 133 | + <para> |
| 134 | + Portions of this page are modifications based on work created and shared by the |
| 135 | + <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> |
| 136 | + and used according to terms described in the |
| 137 | + <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> |
104 | 138 | </remarks>
|
105 | 139 | </Docs>
|
106 | 140 | </Member>
|
|
116 | 150 | </AssemblyInfo>
|
117 | 151 | <Attributes>
|
118 | 152 | <Attribute>
|
119 |
| - <AttributeName>Android.Runtime.Register("registerAccessibilityButtonCallback", "(Landroid/accessibilityservice/AccessibilityButtonController$AccessibilityButtonCallback;Landroid/os/Handler;)V", "")</AttributeName> |
| 153 | + <AttributeName>Android.Runtime.Register("registerAccessibilityButtonCallback", "(Landroid/accessibilityservice/AccessibilityButtonController$AccessibilityButtonCallback;Landroid/os/Handler;)V", "", ApiSince=26)</AttributeName> |
120 | 154 | </Attribute>
|
121 | 155 | </Attributes>
|
122 | 156 | <ReturnValue>
|
|
127 | 161 | <Parameter Name="handler" Type="Android.OS.Handler" />
|
128 | 162 | </Parameters>
|
129 | 163 | <Docs>
|
130 |
| - <param name="callback">To be added.</param> |
| 164 | + <param name="callback">the callback to add, must be non-null</param> |
131 | 165 | <param name="handler">To be added.</param>
|
132 |
| - <summary>To be added.</summary> |
| 166 | + <summary>Registers the provided <c><see cref="T:Android.AccessibilityServices.AccessibilityButtonController.AccessibilityButtonCallback" /></c> for interaction and state |
| 167 | + changes callbacks related to the accessibility button.</summary> |
133 | 168 | <remarks>
|
134 |
| - <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> |
| 169 | + <para> |
| 170 | + <format type="text/html"> |
| 171 | + <a href="https://developer.android.com/reference/android/accessibilityservice/AccessibilityButtonController#registerAccessibilityButtonCallback(android.accessibilityservice.AccessibilityButtonCallback)" title="Reference documentation">Java documentation for <tt>android.accessibilityservice.AccessibilityButtonController.registerAccessibilityButtonCallback(android.accessibilityservice.AccessibilityButtonCallback)</tt>.</a> |
| 172 | + </format> |
| 173 | + </para> |
| 174 | + <para> |
| 175 | + Portions of this page are modifications based on work created and shared by the |
| 176 | + <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> |
| 177 | + and used according to terms described in the |
| 178 | + <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> |
135 | 179 | </remarks>
|
136 | 180 | </Docs>
|
137 | 181 | </Member>
|
|
145 | 189 | <AssemblyName>Mono.Android</AssemblyName>
|
146 | 190 | <AssemblyVersion>0.0.0.0</AssemblyVersion>
|
147 | 191 | </AssemblyInfo>
|
| 192 | + <Attributes> |
| 193 | + <Attribute> |
| 194 | + <AttributeName>System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)</AttributeName> |
| 195 | + </Attribute> |
| 196 | + <Attribute> |
| 197 | + <AttributeName>System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)</AttributeName> |
| 198 | + </Attribute> |
| 199 | + </Attributes> |
148 | 200 | <ReturnValue>
|
149 | 201 | <ReturnType>System.IntPtr</ReturnType>
|
150 | 202 | </ReturnValue>
|
|
166 | 218 | <AssemblyName>Mono.Android</AssemblyName>
|
167 | 219 | <AssemblyVersion>0.0.0.0</AssemblyVersion>
|
168 | 220 | </AssemblyInfo>
|
| 221 | + <Attributes> |
| 222 | + <Attribute> |
| 223 | + <AttributeName>System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)</AttributeName> |
| 224 | + </Attribute> |
| 225 | + <Attribute> |
| 226 | + <AttributeName>System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)</AttributeName> |
| 227 | + </Attribute> |
| 228 | + </Attributes> |
169 | 229 | <ReturnValue>
|
170 | 230 | <ReturnType>System.Type</ReturnType>
|
171 | 231 | </ReturnValue>
|
|
189 | 249 | </AssemblyInfo>
|
190 | 250 | <Attributes>
|
191 | 251 | <Attribute>
|
192 |
| - <AttributeName>Android.Runtime.Register("unregisterAccessibilityButtonCallback", "(Landroid/accessibilityservice/AccessibilityButtonController$AccessibilityButtonCallback;)V", "")</AttributeName> |
| 252 | + <AttributeName>Android.Runtime.Register("unregisterAccessibilityButtonCallback", "(Landroid/accessibilityservice/AccessibilityButtonController$AccessibilityButtonCallback;)V", "", ApiSince=26)</AttributeName> |
193 | 253 | </Attribute>
|
194 | 254 | </Attributes>
|
195 | 255 | <ReturnValue>
|
|
199 | 259 | <Parameter Name="callback" Type="Android.AccessibilityServices.AccessibilityButtonController+AccessibilityButtonCallback" />
|
200 | 260 | </Parameters>
|
201 | 261 | <Docs>
|
202 |
| - <param name="callback">To be added.</param> |
203 |
| - <summary>To be added.</summary> |
| 262 | + <param name="callback">the callback to remove, must be non-null</param> |
| 263 | + <summary>Unregisters the provided <c><see cref="T:Android.AccessibilityServices.AccessibilityButtonController.AccessibilityButtonCallback" /></c> for interaction and state |
| 264 | + change callbacks related to the accessibility button.</summary> |
204 | 265 | <remarks>
|
205 |
| - <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> |
| 266 | + <para> |
| 267 | + <format type="text/html"> |
| 268 | + <a href="https://developer.android.com/reference/android/accessibilityservice/AccessibilityButtonController#unregisterAccessibilityButtonCallback(android.accessibilityservice.AccessibilityButtonCallback)" title="Reference documentation">Java documentation for <tt>android.accessibilityservice.AccessibilityButtonController.unregisterAccessibilityButtonCallback(android.accessibilityservice.AccessibilityButtonCallback)</tt>.</a> |
| 269 | + </format> |
| 270 | + </para> |
| 271 | + <para> |
| 272 | + Portions of this page are modifications based on work created and shared by the |
| 273 | + <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> |
| 274 | + and used according to terms described in the |
| 275 | + <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> |
206 | 276 | </remarks>
|
207 | 277 | </Docs>
|
208 | 278 | </Member>
|
|
0 commit comments