Skip to content
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.
406 changes: 10 additions & 396 deletions .gitignore

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions docs/breadcrumb/toc.yml

This file was deleted.

13 changes: 7 additions & 6 deletions docs/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,16 @@
"globalMetadata": {
"apiPlatform": "dotnet",
"author": "dotnet-bot",
"breadcrumb_path": "~/breadcrumb/toc.yml",
"breadcrumb_path": "/dotnet/dotnet-android-api-docs-breadcrumb/toc.json",
"ms.topic": "managed-reference",
"ms.author": "dotnet-content",
"ms.date": "10/02/2023",
"ms.prod": "dotnet-mobile",
"ms.technology": "dotnet-android",
"ms.author": "dotnetcontent",
"ms.date": "05/01/2024",
"ms.service": "dotnet-mobile",
"ms.subsrevice": "dotnet-android",
"feedback_system": "None",
"searchScope": [".NET Android"],
"uhfHeaderId": "MSDocsHeader-DotNet"
"uhfHeaderId": "MSDocsHeader-DotNet",
"defaultDevLang": "csharp"
},
"fileMetadata": {
"author": {
Expand Down
11 changes: 11 additions & 0 deletions docs/dotnet-android-api-docs-breadcrumb/toc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
- name: .NET
tocHref: /dotnet/
topicHref: /dotnet/index
items:
- name: .NET Android
tocHref: /dotnet/
topicHref: /dotnet/android/index
items:
- name: API browser
tocHref: /dotnet/api/
topicHref: /dotnet/api/index

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1,293 changes: 1,293 additions & 0 deletions docs/xml/Android.AccessibilityServices/AccessibilityGesture.xml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@
<Type Name="AccessibilityGestureEvent+InterfaceConsts" FullName="Android.AccessibilityServices.AccessibilityGestureEvent+InterfaceConsts">
<TypeSignature Language="C#" Value="public static class AccessibilityGestureEvent.InterfaceConsts" />
<TypeSignature Language="ILAsm" Value=".class nested public auto ansi abstract sealed beforefieldinit AccessibilityGestureEvent/InterfaceConsts extends System.Object" />
<TypeSignature Language="DocId" Value="T:Android.AccessibilityServices.AccessibilityGestureEvent.InterfaceConsts" />
<TypeSignature Language="F#" Value="type AccessibilityGestureEvent.InterfaceConsts = class" />
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="ContentsFileDescriptor">
<MemberSignature Language="C#" Value="public const int ContentsFileDescriptor = 1;" />
<MemberSignature Language="ILAsm" Value=".field public static literal int32 ContentsFileDescriptor = (1)" />
<MemberSignature Language="DocId" Value="F:Android.AccessibilityServices.AccessibilityGestureEvent.InterfaceConsts.ContentsFileDescriptor" />
<MemberSignature Language="F#" Value="val mutable ContentsFileDescriptor : int" Usage="Android.AccessibilityServices.AccessibilityGestureEvent.InterfaceConsts.ContentsFileDescriptor" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("CONTENTS_FILE_DESCRIPTOR")]</AttributeName>
<AttributeName Language="F#">[&lt;Android.Runtime.Register("CONTENTS_FILE_DESCRIPTOR")&gt;]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<MemberValue>1</MemberValue>
<Docs>
<summary>Descriptor bit used with <c>#describeContents()</c>: indicates that
the Parcelable object's flattened representation includes a file descriptor.</summary>
<remarks>
<para>Descriptor bit used with <c>#describeContents()</c>: indicates that
the Parcelable object's flattened representation includes a file descriptor.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/os/Parcelable#CONTENTS_FILE_DESCRIPTOR" title="Reference documentation">Java documentation for <code>android.os.Parcelable.CONTENTS_FILE_DESCRIPTOR</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="ParcelableWriteReturnValue">
<MemberSignature Language="C#" Value="public const Android.OS.ParcelableWriteFlags ParcelableWriteReturnValue = 1;" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Android.OS.ParcelableWriteFlags ParcelableWriteReturnValue = (1)" />
<MemberSignature Language="DocId" Value="F:Android.AccessibilityServices.AccessibilityGestureEvent.InterfaceConsts.ParcelableWriteReturnValue" />
<MemberSignature Language="F#" Value="val mutable ParcelableWriteReturnValue : Android.OS.ParcelableWriteFlags" Usage="Android.AccessibilityServices.AccessibilityGestureEvent.InterfaceConsts.ParcelableWriteReturnValue" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("PARCELABLE_WRITE_RETURN_VALUE")]</AttributeName>
<AttributeName Language="F#">[&lt;Android.Runtime.Register("PARCELABLE_WRITE_RETURN_VALUE")&gt;]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Obsolete("This constant will be removed in the future version. Use Android.OS.ParcelableWriteFlags enum directly instead of this field.", true)]</AttributeName>
<AttributeName Language="F#">[&lt;System.Obsolete("This constant will be removed in the future version. Use Android.OS.ParcelableWriteFlags enum directly instead of this field.", true)&gt;]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Android.OS.ParcelableWriteFlags</ReturnType>
</ReturnValue>
<MemberValue>1</MemberValue>
<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
"<c>Parcelable someFunction()</c>",
"<c>void someFunction(out Parcelable)</c>", or
"<c>void someFunction(inout Parcelable)</c>".</summary>
<remarks>
<para>Flag for use with <c>#writeToParcel</c>: the object being written
is a return value, that is the result of a function such as
"<c>Parcelable someFunction()</c>",
"<c>void someFunction(out Parcelable)</c>", or
"<c>void someFunction(inout Parcelable)</c>". Some implementations
may want to release resources at this point.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/os/Parcelable#PARCELABLE_WRITE_RETURN_VALUE" title="Reference documentation">Java documentation for <code>android.os.Parcelable.PARCELABLE_WRITE_RETURN_VALUE</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>
</Members>
</Type>
Loading