Skip to content
This repository was archived by the owner on May 29, 2024. It is now read-only.
Closed
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 number Diff line number Diff line change
Expand Up @@ -1048,7 +1048,7 @@
</Parameters>
<Docs>
<param name="intent">The Intent that was used to bind to this service,
as given to <c><format type="text/html"><a href="https://docs.microsoft.com/en-us/search/index?search='M:Android Content Context BindService(Android Content Intent,Android Content IServiceConnection,Android Content IServiceConnection)';scope=Xamarin" title="M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection)">M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection)</a></format></c>. Note that any extras that were included with
as given to <format type="text/html"><a href="https://docs.microsoft.com/en-us/search/index?search='M:Android Content Context BindService(Android Content Intent,Android Content IServiceConnection,Android Content IServiceConnection)';scope=Xamarin" title="M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection)">M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection)</a></format>. Note that any extras that were included with
the Intent at that point will <i>not</i> be seen here.</param>
<summary>Implement to return the implementation of the internal accessibility
service interface.</summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
</para>
<para tool="javadoc-to-mdoc">
Services that want to set this flag have to declare this capability
in their meta-data by setting the attribute <c><format type="text/html"><a href="https://docs.microsoft.com/en-us/search/index?search='T:Android Resource+Attribute';scope=Xamarin" title="T:Android.Resource+Attribute">T:Android.Resource+Attribute</a></format></c> to
in their meta-data by setting the attribute <format type="text/html"><a href="https://docs.microsoft.com/en-us/search/index?search='T:Android Resource+Attribute';scope=Xamarin" title="T:Android.Resource+Attribute">T:Android.Resource+Attribute</a></format> to
true, otherwise this flag will be ignored. For how to declare the meta-data
of a service refer to <see cref="F:Android.AccessibilityServices.AccessibilityService.ServiceMetaData" />.
</para>
Expand Down Expand Up @@ -267,7 +267,7 @@
</para>
<para tool="javadoc-to-mdoc">
Services that want to set this flag have to declare this capability
in their meta-data by setting the attribute <c><format type="text/html"><a href="https://docs.microsoft.com/en-us/search/index?search='T:Android Resource+Attribute';scope=Xamarin" title="T:Android.Resource+Attribute">T:Android.Resource+Attribute</a></format></c> to true,
in their meta-data by setting the attribute <format type="text/html"><a href="https://docs.microsoft.com/en-us/search/index?search='T:Android Resource+Attribute';scope=Xamarin" title="T:Android.Resource+Attribute">T:Android.Resource+Attribute</a></format> to true,
otherwise this flag will be ignored. For how to declare the meta-data
of a service refer to <see cref="F:Android.AccessibilityServices.AccessibilityService.ServiceMetaData" />.
</para>
Expand Down
10 changes: 5 additions & 5 deletions docs/Mono.Android/en/Android.Accounts/AccountManager.xml
Original file line number Diff line number Diff line change
Expand Up @@ -406,12 +406,12 @@
</Parameters>
<Docs>
<param name="account">The account to fetch an auth token for</param>
<param name="authTokenType">The auth token type, see <c><format type="text/html"><a href="https://docs.microsoft.com/en-us/search/index?search='Android Accounts AccountManager getAuthToken(android accounts Account,java lang String,android os Bundle,android app Activity,android accounts AccountManagerCallback android os Bundle ,android os Handler)';scope=Xamarin" title="Android.Accounts.AccountManager.getAuthToken(android.accounts.Account,java.lang.String,android.os.Bundle,android.app.Activity,android.accounts.AccountManagerCallback android.os.Bundle ,android.os.Handler)">Android.Accounts.AccountManager.getAuthToken(android.accounts.Account,java.lang.String,android.os.Bundle,android.app.Activity,android.accounts.AccountManagerCallback android.os.Bundle ,android.os.Handler)</a></format></c></param>
<param name="authTokenType">The auth token type, see <format type="text/html"><a href="https://docs.microsoft.com/en-us/search/index?search='Android Accounts AccountManager getAuthToken(android accounts Account,java lang String,android os Bundle,android app Activity,android accounts AccountManagerCallback android os Bundle ,android os Handler)';scope=Xamarin" title="Android.Accounts.AccountManager.getAuthToken(android.accounts.Account,java.lang.String,android.os.Bundle,android.app.Activity,android.accounts.AccountManagerCallback android.os.Bundle ,android.os.Handler)">Android.Accounts.AccountManager.getAuthToken(android.accounts.Account,java.lang.String,android.os.Bundle,android.app.Activity,android.accounts.AccountManagerCallback android.os.Bundle ,android.os.Handler)</a></format></param>
<param name="notifyAuthFailure">If true, display a notification and return null
if authentication fails; if false, prompt and wait for the user to
re-enter correct credentials before returning</param>
<summary>This convenience helper synchronously gets an auth token with
<c><format type="text/html"><a href="https://docs.microsoft.com/en-us/search/index?search='Android Accounts AccountManager getAuthToken(android accounts Account,java lang String,boolean,android accounts AccountManagerCallback android os Bundle ,android os Handler)';scope=Xamarin" title="Android.Accounts.AccountManager.getAuthToken(android.accounts.Account,java.lang.String,boolean,android.accounts.AccountManagerCallback android.os.Bundle ,android.os.Handler)">Android.Accounts.AccountManager.getAuthToken(android.accounts.Account,java.lang.String,boolean,android.accounts.AccountManagerCallback android.os.Bundle ,android.os.Handler)</a></format></c>.</summary>
<format type="text/html"><a href="https://docs.microsoft.com/en-us/search/index?search='Android Accounts AccountManager getAuthToken(android accounts Account,java lang String,boolean,android accounts AccountManagerCallback android os Bundle ,android os Handler)';scope=Xamarin" title="Android.Accounts.AccountManager.getAuthToken(android.accounts.Account,java.lang.String,boolean,android.accounts.AccountManagerCallback android.os.Bundle ,android.os.Handler)">Android.Accounts.AccountManager.getAuthToken(android.accounts.Account,java.lang.String,boolean,android.accounts.AccountManagerCallback android.os.Bundle ,android.os.Handler)</a></format>.</summary>
<returns>To be added.</returns>
<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>
Expand Down Expand Up @@ -1824,7 +1824,7 @@
</ReturnValue>
<Docs>
<summary>Bundle key used for the auth token value in results
from <c><format type="text/html"><a href="https://docs.microsoft.com/en-us/search/index?search='Android Accounts AccountManager getAuthToken(android accounts Account,java lang String,android os Bundle,android app Activity,android accounts AccountManagerCallback android os Bundle ,android os Handler)';scope=Xamarin" title="Android.Accounts.AccountManager.getAuthToken(android.accounts.Account,java.lang.String,android.os.Bundle,android.app.Activity,android.accounts.AccountManagerCallback android.os.Bundle ,android.os.Handler)">Android.Accounts.AccountManager.getAuthToken(android.accounts.Account,java.lang.String,android.os.Bundle,android.app.Activity,android.accounts.AccountManagerCallback android.os.Bundle ,android.os.Handler)</a></format></c> and friends.</summary>
from <format type="text/html"><a href="https://docs.microsoft.com/en-us/search/index?search='Android Accounts AccountManager getAuthToken(android accounts Account,java lang String,android os Bundle,android app Activity,android accounts AccountManagerCallback android os Bundle ,android os Handler)';scope=Xamarin" title="Android.Accounts.AccountManager.getAuthToken(android.accounts.Account,java.lang.String,android.os.Bundle,android.app.Activity,android.accounts.AccountManagerCallback android.os.Bundle ,android.os.Handler)">Android.Accounts.AccountManager.getAuthToken(android.accounts.Account,java.lang.String,android.os.Bundle,android.app.Activity,android.accounts.AccountManagerCallback android.os.Bundle ,android.os.Handler)</a></format> and friends.</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>
</remarks>
Expand Down Expand Up @@ -2066,7 +2066,7 @@
</ReturnValue>
<Docs>
<summary>Bundle key used to supply the password directly in options to
<c><format type="text/html"><a href="https://docs.microsoft.com/en-us/search/index?search='Android Accounts AccountManager confirmCredentials(android accounts Account,android os Bundle,android app Activity,android accounts AccountManagerCallback android os Bundle ,android os Handler)';scope=Xamarin" title="Android.Accounts.AccountManager.confirmCredentials(android.accounts.Account,android.os.Bundle,android.app.Activity,android.accounts.AccountManagerCallback android.os.Bundle ,android.os.Handler)">Android.Accounts.AccountManager.confirmCredentials(android.accounts.Account,android.os.Bundle,android.app.Activity,android.accounts.AccountManagerCallback android.os.Bundle ,android.os.Handler)</a></format></c>, rather than prompting the user with
<format type="text/html"><a href="https://docs.microsoft.com/en-us/search/index?search='Android Accounts AccountManager confirmCredentials(android accounts Account,android os Bundle,android app Activity,android accounts AccountManagerCallback android os Bundle ,android os Handler)';scope=Xamarin" title="Android.Accounts.AccountManager.confirmCredentials(android.accounts.Account,android.os.Bundle,android.app.Activity,android.accounts.AccountManagerCallback android.os.Bundle ,android.os.Handler)">Android.Accounts.AccountManager.confirmCredentials(android.accounts.Account,android.os.Bundle,android.app.Activity,android.accounts.AccountManagerCallback android.os.Bundle ,android.os.Handler)</a></format>, rather than prompting the user with
the standard password prompt.</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>
Expand Down Expand Up @@ -2477,7 +2477,7 @@
<Docs>
<param name="listener">The previously added listener to remove</param>
<summary>Removes an <see cref="T:Android.Accounts.IOnAccountsUpdateListener" /> previously registered with
<c><format type="text/html"><a href="https://docs.microsoft.com/en-us/search/index?search='M:Android Accounts AccountManager AddOnAccountsUpdatedListener(Android Accounts IOnAccountsUpdateListener,Android OS Handler,Android OS Handler)';scope=Xamarin" title="M:Android.Accounts.AccountManager.AddOnAccountsUpdatedListener(Android.Accounts.IOnAccountsUpdateListener,Android.OS.Handler,Android.OS.Handler)">M:Android.Accounts.AccountManager.AddOnAccountsUpdatedListener(Android.Accounts.IOnAccountsUpdateListener,Android.OS.Handler,Android.OS.Handler)</a></format></c>.</summary>
<format type="text/html"><a href="https://docs.microsoft.com/en-us/search/index?search='M:Android Accounts AccountManager AddOnAccountsUpdatedListener(Android Accounts IOnAccountsUpdateListener,Android OS Handler,Android OS Handler)';scope=Xamarin" title="M:Android.Accounts.AccountManager.AddOnAccountsUpdatedListener(Android.Accounts.IOnAccountsUpdateListener,Android.OS.Handler,Android.OS.Handler)">M:Android.Accounts.AccountManager.AddOnAccountsUpdatedListener(Android.Accounts.IOnAccountsUpdateListener,Android.OS.Handler,Android.OS.Handler)</a></format>.</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>
</remarks>
Expand Down
4 changes: 2 additions & 2 deletions docs/Mono.Android/en/Android.Animation/Animator.xml
Original file line number Diff line number Diff line change
Expand Up @@ -613,8 +613,8 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>Removes all <c><format type="text/html"><a href="https://docs.microsoft.com/en-us/search/index?search='M:Android Animation Animator AddListener( IAnimatorListener)';scope=Xamarin" title="M:Android.Animation.Animator.AddListener(.IAnimatorListener)">M:Android.Animation.Animator.AddListener(.IAnimatorListener)</a></format></c>
and <c><format type="text/html"><a href="https://docs.microsoft.com/en-us/search/index?search='M:Android Animation Animator AddPauseListener( IAnimatorPauseListener)';scope=Xamarin" title="M:Android.Animation.Animator.AddPauseListener(.IAnimatorPauseListener)">M:Android.Animation.Animator.AddPauseListener(.IAnimatorPauseListener)</a></format></c> from this object.</summary>
<summary>Removes all <format type="text/html"><a href="https://docs.microsoft.com/en-us/search/index?search='M:Android Animation Animator AddListener( IAnimatorListener)';scope=Xamarin" title="M:Android.Animation.Animator.AddListener(.IAnimatorListener)">M:Android.Animation.Animator.AddListener(.IAnimatorListener)</a></format>
and <format type="text/html"><a href="https://docs.microsoft.com/en-us/search/index?search='M:Android Animation Animator AddPauseListener( IAnimatorPauseListener)';scope=Xamarin" title="M:Android.Animation.Animator.AddPauseListener(.IAnimatorPauseListener)">M:Android.Animation.Animator.AddPauseListener(.IAnimatorPauseListener)</a></format> from this object.</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>
</remarks>
Expand Down
2 changes: 1 addition & 1 deletion docs/Mono.Android/en/Android.Animation/AnimatorSet.xml
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@
</ReturnValue>
<Docs>
<summary>The amount of time, in milliseconds, to delay starting the animation after
<c><format type="text/html"><a href="https://docs.microsoft.com/en-us/search/index?search='Android Animation AnimatorSet start()';scope=Xamarin" title="Android.Animation.AnimatorSet.start()">Android.Animation.AnimatorSet.start()</a></format></c> is called.</summary>
<format type="text/html"><a href="https://docs.microsoft.com/en-us/search/index?search='Android Animation AnimatorSet start()';scope=Xamarin" title="Android.Animation.AnimatorSet.start()">Android.Animation.AnimatorSet.start()</a></format> is called.</summary>
<value>To be added.</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>
Expand Down
2 changes: 1 addition & 1 deletion docs/Mono.Android/en/Android.Animation/ValueAnimator.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1060,7 +1060,7 @@
</ReturnValue>
<Docs>
<summary>The amount of time, in milliseconds, to delay starting the animation after
<c><format type="text/html"><a href="https://docs.microsoft.com/en-us/search/index?search='Android Animation ValueAnimator start()';scope=Xamarin" title="Android.Animation.ValueAnimator.start()">Android.Animation.ValueAnimator.start()</a></format></c> is called.</summary>
<format type="text/html"><a href="https://docs.microsoft.com/en-us/search/index?search='Android Animation ValueAnimator start()';scope=Xamarin" title="Android.Animation.ValueAnimator.start()">Android.Animation.ValueAnimator.start()</a></format> is called.</summary>
<value>To be added.</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>
Expand Down
Loading