Skip to content
Open
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
  •  
  •  
  •  
Original file line numberDiff line numberDiff line change
Expand Up@@ -1181,7 +1181,7 @@
</ReturnValue>
<MemberValue>8192</MemberValue>
<Docs>
<summary>This flag requests that when when <c>#FLAG_REQUEST_MULTI_FINGER_GESTURES</c> is enabled,
<summary>This flag requests that when <c>#FLAG_REQUEST_MULTI_FINGER_GESTURES</c> is enabled,
two-finger passthrough gestures are re-enabled.</summary>
<remarks>
<para>This flag requests that when when <c>#FLAG_REQUEST_MULTI_FINGER_GESTURES</c> is enabled,
Expand DownExpand Up@@ -1436,7 +1436,7 @@
</ReturnValue>
<MemberValue>4096</MemberValue>
<Docs>
<summary>This flag requests that when when <c>#FLAG_REQUEST_TOUCH_EXPLORATION_MODE</c> is enabled,
<summary>This flag requests that when <c>#FLAG_REQUEST_TOUCH_EXPLORATION_MODE</c> is enabled,
multi-finger gestures are also enabled.</summary>
<remarks>
<para>This flag requests that when when <c>#FLAG_REQUEST_TOUCH_EXPLORATION_MODE</c> is enabled,
Expand DownExpand Up@@ -1710,7 +1710,7 @@
</ReturnValue>
<MemberValue>16384</MemberValue>
<Docs>
<summary>This flag requests that when when <c>#FLAG_REQUEST_TOUCH_EXPLORATION_MODE</c> is enabled, a
<summary>This flag requests that when <c>#FLAG_REQUEST_TOUCH_EXPLORATION_MODE</c> is enabled, a
service will receive the motion events for each successfully-detected gesture.</summary>
<remarks>
<para>This flag requests that when when <c>#FLAG_REQUEST_TOUCH_EXPLORATION_MODE</c> is enabled, a
Expand Down
6 changes: 4 additions & 2 deletions docs/xml/Android.Accounts/AuthenticatorDescription.xml
Original file line numberDiff line numberDiff line change
Expand Up@@ -158,7 +158,8 @@
<param name="iconId">The resource ID of an icon for the authenticator.</param>
<param name="smallIconId">The resource ID of a smaller icon for the authenticator.</param>
<param name="prefId">The resource ID of a preference hierarchy to add to the account settings page.</param>
<param name="customTokens"><see langword="true" /> if the authenticator handles its own token caching and permission screen; otherwise, <see langword="false" />.</param>
<param name="customTokens">
<see langword="true" /> if the authenticator handles its own token caching and permission screen; otherwise, <see langword="false" />.</param>
<summary>A constructor for a full AuthenticatorDescription</summary>
<remarks>
<para>A constructor for a full AuthenticatorDescription</para>
Expand DownExpand Up@@ -274,7 +275,8 @@
</ReturnValue>
<Docs>
<summary>Authenticator handles its own token caching and permission screen</summary>
<value><see langword="true" /> if the authenticator handles its own token caching and permission screen; otherwise, <see langword="false" />.</value>
<value>
<see langword="true" /> if the authenticator handles its own token caching and permission screen; otherwise, <see langword="false" />.</value>
<remarks>
<para>Authenticator handles its own token caching and permission screen</para>
<para>
Expand Down
6 changes: 4 additions & 2 deletions docs/xml/Android.Accounts/IAccountManagerFuture.xml
Original file line numberDiff line numberDiff line change
Expand Up@@ -199,7 +199,8 @@
<Docs>
<summary>Returns <c>true</c> if this task was cancelled before it completed
normally.</summary>
<value><see langword="true" /> if the task was canceled before normal completion; otherwise, <see langword="false" />.</value>
<value>
<see langword="true" /> if the task was canceled before normal completion; otherwise, <see langword="false" />.</value>
<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>
</remarks>
Expand DownExpand Up@@ -227,7 +228,8 @@
</ReturnValue>
<Docs>
<summary>Returns <c>true</c> if this task completed.</summary>
<value><see langword="true" /> if the task completed normally, by exception, or by cancellation; otherwise, <see langword="false" />.</value>
<value>
<see langword="true" /> if the task completed normally, by exception, or by cancellation; otherwise, <see langword="false" />.</value>
<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>
</remarks>
Expand Down
5 changes: 3 additions & 2 deletions docs/xml/Android.AdServices.AdIds/AdId.xml
Original file line numberDiff line numberDiff line change
Expand Up@@ -185,7 +185,8 @@
</ReturnValue>
<Docs>
<summary>Retrieves the limit ad tracking enabled setting.</summary>
<value><see langword="true" /> if the user has limited ad tracking; otherwise, <see langword="false" />.</value>
<value>
<see langword="true" /> if the user has limited ad tracking; otherwise, <see langword="false" />.</value>
<remarks>
<para>Retrieves the limit ad tracking enabled setting.</para>
<para>This value is true if user has limit ad tracking enabled, <c>false</c> otherwise.</para>
Expand DownExpand Up@@ -313,7 +314,7 @@
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>A zeroed-out advertising ID returned when the user has limited ad tracking.</summary>
<summary>A zeroed-out <c>#getAdId ad id</c> that is returned when the user has <c>#isLimitAdTrackingEnabled limited ad tracking</c>.</summary>
<remarks>
<para>A zeroed-out advertising ID returned when <see cref="P:Android.AdServices.AdIds.AdId.IsLimitAdTrackingEnabled" /> is <see langword="true" />.</para>
<para>
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -20,6 +20,10 @@
<AttributeName Language="C#">[System.Runtime.CompilerServices.Nullable(0)]</AttributeName>
<AttributeName Language="F#">[&lt;System.Runtime.CompilerServices.Nullable(0)&gt;]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.ObsoletedOSPlatform("android37.0", "This class is obsoleted in this android platform")]</AttributeName>
<AttributeName Language="F#">[&lt;System.Runtime.Versioning.ObsoletedOSPlatform("android37.0", "This class is obsoleted in this android platform")&gt;]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.SupportedOSPlatform("android35.0")]</AttributeName>
<AttributeName Language="F#">[&lt;System.Runtime.Versioning.SupportedOSPlatform("android35.0")&gt;]</AttributeName>
Expand DownExpand Up@@ -57,6 +61,10 @@
<AttributeName Language="C#">[Android.Runtime.Register(".ctor", "()V", "", ApiSince=35)]</AttributeName>
<AttributeName Language="F#">[&lt;Android.Runtime.Register(".ctor", "()V", "", ApiSince=35)&gt;]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.ObsoletedOSPlatform("android37.0")]</AttributeName>
<AttributeName Language="F#">[&lt;System.Runtime.Versioning.ObsoletedOSPlatform("android37.0")&gt;]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.SupportedOSPlatform("android35.0")]</AttributeName>
<AttributeName Language="F#">[&lt;System.Runtime.Versioning.SupportedOSPlatform("android35.0")&gt;]</AttributeName>
Expand All@@ -83,6 +91,10 @@
<AttributeName Language="C#">[Android.Runtime.Register("build", "()Landroid/adservices/adselection/AdSelectionFromOutcomesConfig;", "", ApiSince=35)]</AttributeName>
<AttributeName Language="F#">[&lt;Android.Runtime.Register("build", "()Landroid/adservices/adselection/AdSelectionFromOutcomesConfig;", "", ApiSince=35)&gt;]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.ObsoletedOSPlatform("android37.0")]</AttributeName>
<AttributeName Language="F#">[&lt;System.Runtime.Versioning.ObsoletedOSPlatform("android37.0")&gt;]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.SupportedOSPlatform("android35.0")]</AttributeName>
<AttributeName Language="F#">[&lt;System.Runtime.Versioning.SupportedOSPlatform("android35.0")&gt;]</AttributeName>
Expand DownExpand Up@@ -154,6 +166,10 @@
<AttributeName Language="C#">[Android.Runtime.Register("setAdSelectionIds", "(Ljava/util/List;)Landroid/adservices/adselection/AdSelectionFromOutcomesConfig$Builder;", "", ApiSince=35)]</AttributeName>
<AttributeName Language="F#">[&lt;Android.Runtime.Register("setAdSelectionIds", "(Ljava/util/List;)Landroid/adservices/adselection/AdSelectionFromOutcomesConfig$Builder;", "", ApiSince=35)&gt;]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.ObsoletedOSPlatform("android37.0")]</AttributeName>
<AttributeName Language="F#">[&lt;System.Runtime.Versioning.ObsoletedOSPlatform("android37.0")&gt;]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.SupportedOSPlatform("android35.0")]</AttributeName>
<AttributeName Language="F#">[&lt;System.Runtime.Versioning.SupportedOSPlatform("android35.0")&gt;]</AttributeName>
Expand DownExpand Up@@ -187,6 +203,10 @@
<AttributeName Language="C#">[Android.Runtime.Register("setSelectionLogicUri", "(Landroid/net/Uri;)Landroid/adservices/adselection/AdSelectionFromOutcomesConfig$Builder;", "", ApiSince=35)]</AttributeName>
<AttributeName Language="F#">[&lt;Android.Runtime.Register("setSelectionLogicUri", "(Landroid/net/Uri;)Landroid/adservices/adselection/AdSelectionFromOutcomesConfig$Builder;", "", ApiSince=35)&gt;]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.ObsoletedOSPlatform("android37.0")]</AttributeName>
<AttributeName Language="F#">[&lt;System.Runtime.Versioning.ObsoletedOSPlatform("android37.0")&gt;]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.SupportedOSPlatform("android35.0")]</AttributeName>
<AttributeName Language="F#">[&lt;System.Runtime.Versioning.SupportedOSPlatform("android35.0")&gt;]</AttributeName>
Expand DownExpand Up@@ -220,6 +240,10 @@
<AttributeName Language="C#">[Android.Runtime.Register("setSelectionSignals", "(Landroid/adservices/common/AdSelectionSignals;)Landroid/adservices/adselection/AdSelectionFromOutcomesConfig$Builder;", "", ApiSince=35)]</AttributeName>
<AttributeName Language="F#">[&lt;Android.Runtime.Register("setSelectionSignals", "(Landroid/adservices/common/AdSelectionSignals;)Landroid/adservices/adselection/AdSelectionFromOutcomesConfig$Builder;", "", ApiSince=35)&gt;]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.ObsoletedOSPlatform("android37.0")]</AttributeName>
<AttributeName Language="F#">[&lt;System.Runtime.Versioning.ObsoletedOSPlatform("android37.0")&gt;]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.SupportedOSPlatform("android35.0")]</AttributeName>
<AttributeName Language="F#">[&lt;System.Runtime.Versioning.SupportedOSPlatform("android35.0")&gt;]</AttributeName>
Expand DownExpand Up@@ -253,6 +277,10 @@
<AttributeName Language="C#">[Android.Runtime.Register("setSeller", "(Landroid/adservices/common/AdTechIdentifier;)Landroid/adservices/adselection/AdSelectionFromOutcomesConfig$Builder;", "", ApiSince=35)]</AttributeName>
<AttributeName Language="F#">[&lt;Android.Runtime.Register("setSeller", "(Landroid/adservices/common/AdTechIdentifier;)Landroid/adservices/adselection/AdSelectionFromOutcomesConfig$Builder;", "", ApiSince=35)&gt;]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.ObsoletedOSPlatform("android37.0")]</AttributeName>
<AttributeName Language="F#">[&lt;System.Runtime.Versioning.ObsoletedOSPlatform("android37.0")&gt;]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.SupportedOSPlatform("android35.0")]</AttributeName>
<AttributeName Language="F#">[&lt;System.Runtime.Versioning.SupportedOSPlatform("android35.0")&gt;]</AttributeName>
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -20,6 +20,10 @@
<AttributeName Language="C#">[System.Runtime.CompilerServices.Nullable(0)]</AttributeName>
<AttributeName Language="F#">[&lt;System.Runtime.CompilerServices.Nullable(0)&gt;]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.ObsoletedOSPlatform("android37.0", "This class is obsoleted in this android platform")]</AttributeName>
<AttributeName Language="F#">[&lt;System.Runtime.Versioning.ObsoletedOSPlatform("android37.0", "This class is obsoleted in this android platform")&gt;]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.SupportedOSPlatform("android36.0")]</AttributeName>
<AttributeName Language="F#">[&lt;System.Runtime.Versioning.SupportedOSPlatform("android36.0")&gt;]</AttributeName>
Expand DownExpand Up@@ -56,6 +60,10 @@
<AttributeName Language="C#">[Android.Runtime.Register(".ctor", "()V", "", ApiSince=36)]</AttributeName>
<AttributeName Language="F#">[&lt;Android.Runtime.Register(".ctor", "()V", "", ApiSince=36)&gt;]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.ObsoletedOSPlatform("android37.0")]</AttributeName>
<AttributeName Language="F#">[&lt;System.Runtime.Versioning.ObsoletedOSPlatform("android37.0")&gt;]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.SupportedOSPlatform("android36.0")]</AttributeName>
<AttributeName Language="F#">[&lt;System.Runtime.Versioning.SupportedOSPlatform("android36.0")&gt;]</AttributeName>
Expand DownExpand Up@@ -94,6 +102,10 @@
<AttributeName Language="C#">[Android.Runtime.Register("build", "()Landroid/adservices/adselection/PerBuyerConfiguration;", "", ApiSince=36)]</AttributeName>
<AttributeName Language="F#">[&lt;Android.Runtime.Register("build", "()Landroid/adservices/adselection/PerBuyerConfiguration;", "", ApiSince=36)&gt;]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.ObsoletedOSPlatform("android37.0")]</AttributeName>
<AttributeName Language="F#">[&lt;System.Runtime.Versioning.ObsoletedOSPlatform("android37.0")&gt;]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.SupportedOSPlatform("android36.0")]</AttributeName>
<AttributeName Language="F#">[&lt;System.Runtime.Versioning.SupportedOSPlatform("android36.0")&gt;]</AttributeName>
Expand DownExpand Up@@ -165,6 +177,10 @@
<AttributeName Language="C#">[Android.Runtime.Register("setBuyer", "(Landroid/adservices/common/AdTechIdentifier;)Landroid/adservices/adselection/PerBuyerConfiguration$Builder;", "", ApiSince=36)]</AttributeName>
<AttributeName Language="F#">[&lt;Android.Runtime.Register("setBuyer", "(Landroid/adservices/common/AdTechIdentifier;)Landroid/adservices/adselection/PerBuyerConfiguration$Builder;", "", ApiSince=36)&gt;]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.ObsoletedOSPlatform("android37.0")]</AttributeName>
<AttributeName Language="F#">[&lt;System.Runtime.Versioning.ObsoletedOSPlatform("android37.0")&gt;]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.SupportedOSPlatform("android36.0")]</AttributeName>
<AttributeName Language="F#">[&lt;System.Runtime.Versioning.SupportedOSPlatform("android36.0")&gt;]</AttributeName>
Expand DownExpand Up@@ -198,6 +214,10 @@
<AttributeName Language="C#">[Android.Runtime.Register("setTargetInputSizeBytes", "(I)Landroid/adservices/adselection/PerBuyerConfiguration$Builder;", "", ApiSince=36)]</AttributeName>
<AttributeName Language="F#">[&lt;Android.Runtime.Register("setTargetInputSizeBytes", "(I)Landroid/adservices/adselection/PerBuyerConfiguration$Builder;", "", ApiSince=36)&gt;]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.ObsoletedOSPlatform("android37.0")]</AttributeName>
<AttributeName Language="F#">[&lt;System.Runtime.Versioning.ObsoletedOSPlatform("android37.0")&gt;]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.SupportedOSPlatform("android36.0")]</AttributeName>
<AttributeName Language="F#">[&lt;System.Runtime.Versioning.SupportedOSPlatform("android36.0")&gt;]</AttributeName>
Expand Down
Loading