Skip to content
This repository was archived by the owner on May 29, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 2 additions & 2 deletions .openpublishing.publish.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"build_output_subfolder": "XamarinAndroidAPI",
"locale": "en-us",
"monikers": [
"xamarin-android-sdk-12"
"xamarin-android-sdk-13"
],
"moniker_ranges": [],
"open_to_public_contributors": false,
Expand Down Expand Up @@ -60,7 +60,7 @@
{
"path_to_root": "_themes",
"url": "https://github.com/Microsoft/templates.docs.msft",
"branch": "master",
"branch": "main",
"branch_mapping": {}
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,19 @@
</Attribute>
</Attributes>
<Docs>
<summary>To be added.</summary>
<summary>Callback for interaction with and changes to state of the accessibility button
within the system's navigation area.</summary>
<remarks>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/accessibilityservice/AccessibilityButtonController$AccessibilityButtonCallback" title="Reference documentation">Android platform documentation</a>
<a href="https://developer.android.com/reference/android/accessibilityservice/AccessibilityButtonController.AccessibilityButtonCallback" title="Reference documentation">Java documentation for <code>android.accessibilityservice.AccessibilityButtonController.AccessibilityButtonCallback</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>
<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>
<Members>
Expand Down Expand Up @@ -130,11 +135,23 @@
<Parameter Name="available" Type="System.Boolean" />
</Parameters>
<Docs>
<param name="controller">To be added.</param>
<param name="available">To be added.</param>
<summary>To be added.</summary>
<param name="controller">the controller used to register for this callback</param>
<param name="available">
<c>true</c> if the accessibility button is available to this
service, <c>false</c> otherwise</param>
<summary>Called when the availability of the accessibility button in the system's
navigation area has changed.</summary>
<remarks>
<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>
<para>
<format type="text/html">
<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>
</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>
</Member>
Expand All @@ -161,10 +178,19 @@
<Parameter Name="controller" Type="Android.AccessibilityServices.AccessibilityButtonController" />
</Parameters>
<Docs>
<param name="controller">To be added.</param>
<summary>To be added.</summary>
<param name="controller">the controller used to register for this callback</param>
<summary>Called when the accessibility button in the system's navigation area is clicked.</summary>
<remarks>
<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>
<para>
<format type="text/html">
<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>
</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>
</Member>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@
<Parameter Name="handler" Type="Android.OS.Handler" />
</Parameters>
<Docs>
<param name="handler">To be added.</param>
<param name="callback">the callback to add, must be non-null</param>
<param name="handler">To be added.</param>
<summary>Registers the provided <c>AccessibilityButtonCallback</c> for interaction and state
changes callbacks related to the accessibility button.</summary>
<remarks>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@
<Docs>
<summary>Flag for use with <c>#writeToParcel</c>: the object being written
is a return value, that is the result of a function such as
"&lt;code&gt;Parcelable someFunction()&lt;/code&gt;",
"&lt;code&gt;void someFunction(out Parcelable)&lt;/code&gt;", or
"&lt;code&gt;void someFunction(inout Parcelable)&lt;/code&gt;".</summary>
"<c>Parcelable someFunction()</c>",
"<c>void someFunction(out Parcelable)</c>", or
"<c>void someFunction(inout Parcelable)</c>".</summary>
<remarks>
<para>
<format type="text/html">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,46 @@
</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public AccessibilityGestureEvent (int gestureId, int displayId, System.Collections.Generic.IList&lt;Android.Views.MotionEvent&gt; motionEvents);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(int32 gestureId, int32 displayId, class System.Collections.Generic.IList`1&lt;class Android.Views.MotionEvent&gt; motionEvents) cil managed" />
<MemberSignature Language="DocId" Value="M:Android.AccessibilityServices.AccessibilityGestureEvent.#ctor(System.Int32,System.Int32,System.Collections.Generic.IList{Android.Views.MotionEvent})" />
<MemberSignature Language="F#" Value="new Android.AccessibilityServices.AccessibilityGestureEvent : int * int * System.Collections.Generic.IList&lt;Android.Views.MotionEvent&gt; -&gt; Android.AccessibilityServices.AccessibilityGestureEvent" Usage="new Android.AccessibilityServices.AccessibilityGestureEvent (gestureId, displayId, motionEvents)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register(".ctor", "(IILjava/util/List;)V", "", ApiSince=33)]</AttributeName>
<AttributeName Language="F#">[&lt;Android.Runtime.Register(".ctor", "(IILjava/util/List;)V", "", ApiSince=33)&gt;]</AttributeName>
</Attribute>
</Attributes>
<Parameters>
<Parameter Name="gestureId" Type="System.Int32" />
<Parameter Name="displayId" Type="System.Int32" />
<Parameter Name="motionEvents" Type="System.Collections.Generic.IList&lt;Android.Views.MotionEvent&gt;" />
</Parameters>
<Docs>
<param name="gestureId">the id number of the gesture.</param>
<param name="displayId">the display on which this gesture was performed.</param>
<param name="motionEvents">the motion events that lead to this gesture.</param>
<summary>Constructs an AccessibilityGestureEvent to be dispatched to an accessibility service.</summary>
<remarks>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/accessibilityservice/AccessibilityGestureEvent#AccessibilityGestureEvent(int,%20int,%20java.util.List%3Candroid.view.MotionEvent%3E)" title="Reference documentation">Java documentation for <code>android.accessibilityservice.AccessibilityGestureEvent.AccessibilityGestureEvent(int, int, java.util.List&lt;android.view.MotionEvent&gt;)</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>
</Member>
<Member MemberName="Creator">
<MemberSignature Language="C#" Value="public static Android.OS.IParcelableCreator Creator { get; }" />
<MemberSignature Language="ILAsm" Value=".property class Android.OS.IParcelableCreator Creator" />
Expand Down Expand Up @@ -107,7 +147,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>[TODO: @inheritDoc]</summary>
<summary>To be added</summary>
<returns>To be added.</returns>
<remarks>
<para>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,18 @@
</Attribute>
</Attributes>
<Docs>
<summary>To be added.</summary>
<summary>Class used to report status of dispatched gestures</summary>
<remarks>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/accessibilityservice/AccessibilityService$GestureResultCallback" title="Reference documentation">Android platform documentation</a>
<a href="https://developer.android.com/reference/android/accessibilityservice/AccessibilityService.GestureResultCallback" title="Reference documentation">Java documentation for <code>android.accessibilityservice.AccessibilityService.GestureResultCallback</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>
<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>
<Members>
Expand Down Expand Up @@ -129,10 +133,19 @@
<Parameter Name="gestureDescription" Type="Android.AccessibilityServices.GestureDescription" />
</Parameters>
<Docs>
<param name="gestureDescription">To be added.</param>
<summary>To be added.</summary>
<param name="gestureDescription">The description of the gesture that was cancelled.</param>
<summary>Called when the gesture was cancelled</summary>
<remarks>
<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>
<para>
<format type="text/html">
<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>
</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>
</Member>
Expand All @@ -159,10 +172,19 @@
<Parameter Name="gestureDescription" Type="Android.AccessibilityServices.GestureDescription" />
</Parameters>
<Docs>
<param name="gestureDescription">To be added.</param>
<summary>To be added.</summary>
<param name="gestureDescription">The description of the gesture that completed.</param>
<summary>Called when the gesture has completed successfully</summary>
<remarks>
<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>
<para>
<format type="text/html">
<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>
</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>
</Member>
Expand Down
Loading