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

Update docs using xamarin/xamarin-android@ca8f5617 #39

Merged
merged 1 commit into from
Oct 6, 2022
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 11 additions & 3 deletions docs/Mono.Android/en/Android.Accounts/AccountManager.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3517,11 +3517,19 @@
<Docs>
<param name="account">The account to set an auth token for</param>
<param name="authTokenType">The type of the auth token, see {#getAuthToken}</param>
<param name="authToken">The auth token to add to the cache
</param>
<param name="authToken">The auth token to add to the cache</param>
<summary>Adds an auth token to the AccountManager cache for an account.</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/accounts/AccountManager#setAuthToken(android.accounts.Account,%20java.lang.String,%20java.lang.String)" title="Reference documentation">Java documentation for <code>android.accounts.AccountManager.setAuthToken(android.accounts.Account, java.lang.String, java.lang.String)</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>
<since version="Added in API level 5" />
</Docs>
Expand Down
10 changes: 7 additions & 3 deletions docs/Mono.Android/en/Android.Animation/FloatArrayEvaluator.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,18 @@
</Attribute>
</Attributes>
<Docs since="21">
<summary>This evaluator can be used to perform type interpolation between <c>float[]</c> values.</summary>
<summary>This evaluator can be used to perform type interpolation between &lt;code&gt;float[]&lt;/code&gt; values.</summary>
<remarks>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/animation/FloatArrayEvaluator" title="Reference documentation">Android platform documentation</a>
<a href="https://developer.android.com/reference/android/animation/FloatArrayEvaluator" title="Reference documentation">Java documentation for <code>android.animation.FloatArrayEvaluator</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
10 changes: 7 additions & 3 deletions docs/Mono.Android/en/Android.Animation/IntArrayEvaluator.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,18 @@
</Attribute>
</Attributes>
<Docs since="21">
<summary>This evaluator can be used to perform type interpolation between <c>int[]</c> values.</summary>
<summary>This evaluator can be used to perform type interpolation between &lt;code&gt;int[]&lt;/code&gt; values.</summary>
<remarks>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/animation/IntArrayEvaluator" title="Reference documentation">Android platform documentation</a>
<a href="https://developer.android.com/reference/android/animation/IntArrayEvaluator" title="Reference documentation">Java documentation for <code>android.animation.IntArrayEvaluator</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
10 changes: 7 additions & 3 deletions docs/Mono.Android/en/Android.Animation/ObjectAnimator.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,18 @@
</Attribute>
</Attributes>
<Docs since="11">
<summary>This subclass of <see cref="T:Android.Animation.ValueAnimator" /> provides support for animating properties on target objects.</summary>
<summary>This subclass of <c>ValueAnimator</c> provides support for animating properties on target objects.</summary>
<remarks>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/animation/ObjectAnimator" title="Reference documentation">Android platform documentation</a>
<a href="https://developer.android.com/reference/android/animation/ObjectAnimator" title="Reference documentation">Java documentation for <code>android.animation.ObjectAnimator</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>
<since version="Added in API level 11" />
</Docs>
Expand Down
10 changes: 7 additions & 3 deletions docs/Mono.Android/en/Android.Animation/ValueAnimator.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,18 @@
</Attributes>
<Docs since="11">
<summary>This class provides a simple timing engine for running animations
which calculate animated values and set them on target objects.</summary>
which calculate animated values and set them on target objects.</summary>
<remarks>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/animation/ValueAnimator" title="Reference documentation">Android platform documentation</a>
<a href="https://developer.android.com/reference/android/animation/ValueAnimator" title="Reference documentation">Java documentation for <code>android.animation.ValueAnimator</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>
<since version="Added in API level 11" />
</Docs>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,14 @@
<remarks>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/app/admin/DeviceAdminReceiver" title="Reference documentation">Android platform documentation</a>
<a href="https://developer.android.com/reference/android/app/admin/DeviceAdminReceiver" title="Reference documentation">Java documentation for <code>android.app.admin.DeviceAdminReceiver</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>
<since version="Added in API level 8" />
</Docs>
Expand Down
Loading