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
@@ -1,4 +1,4 @@
<Type Name="AccessibilityService" FullName="Android.AccessibilityServices.AccessibilityService">
<Type Name="AccessibilityService" FullName="Android.AccessibilityServices.AccessibilityService">
<TypeSignature Language="C#" Value="public abstract class AccessibilityService : Android.App.Service" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi abstract beforefieldinit AccessibilityService extends Android.App.Service" />
<AssemblyInfo>
Expand Down Expand Up @@ -194,7 +194,8 @@
</Attributes>
<Parameters />
<Docs>
<summary></summary>
<summary>
</summary>
<remarks>
<para tool="javadoc-to-mdoc" />
<para tool="javadoc-to-mdoc">
Expand Down Expand Up @@ -1057,7 +1058,7 @@
</Parameters>
<Docs>
<param name="intent">The Intent that was used to bind to this service,
as given to <c><see cref="M:Android.Content.Context.BindService(Android.Content.Intent, Android.Content.IServiceConnection, Android.Content.IServiceConnection)" /></c>. Note that any extras that were included with
as given to <c><see cref="M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection)" /></c>. 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 Expand Up @@ -1559,4 +1560,4 @@
</Docs>
</Member>
</Members>
</Type>
</Type>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Type Name="AbstractAccountAuthenticator" FullName="Android.Accounts.AbstractAccountAuthenticator">
<Type Name="AbstractAccountAuthenticator" FullName="Android.Accounts.AbstractAccountAuthenticator">
<TypeSignature Language="C#" Value="public abstract class AbstractAccountAuthenticator : Java.Lang.Object" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi abstract beforefieldinit AbstractAccountAuthenticator extends Java.Lang.Object" />
<AssemblyInfo>
Expand Down Expand Up @@ -76,7 +76,7 @@
The activity needs to return the final result when it is complete so the Intent should contain
the <c><see cref="T:Android.Accounts.AccountAuthenticatorResponse" /></c> as <c><see cref="F:Android.Accounts.AccountManager.KeyAccountManagerResponse" /></c>.
The activity must then call <c><see cref="M:Android.Accounts.AccountAuthenticatorResponse.OnResult(Android.OS.Bundle)" /></c> or
<c><see cref="M:Android.Accounts.AccountAuthenticatorResponse.OnError(Android.Accounts.ErrorCode, System.String)" /></c> when it is complete.
<c><see cref="M:Android.Accounts.AccountAuthenticatorResponse.OnError(Android.Accounts.ErrorCode,System.String)" /></c> when it is complete.
</term></item><item><term> If the authenticator cannot synchronously process the request and return a result then it
may choose to return null and then use the AccountManagerResponse to send the result
when it has completed the request.
Expand Down Expand Up @@ -120,7 +120,8 @@
</Parameters>
<Docs>
<param name="context">To be added.</param>
<summary></summary>
<summary>
</summary>
<remarks>
<para tool="javadoc-to-mdoc" />
<para tool="javadoc-to-mdoc">
Expand Down Expand Up @@ -223,7 +224,7 @@
<param name="account">the account to clone, will never be null</param>
<param name="accountCredentials">the Bundle containing the required credentials to create the
account. Contents of the Bundle are only meaningful to the authenticator. This Bundle is
provided by <c><see cref="M:Android.Accounts.AbstractAccountAuthenticator.GetAccountCredentialsForCloning(Android.Accounts.AccountAuthenticatorResponse, Android.Accounts.Account)" /></c>.</param>
provided by <c><see cref="M:Android.Accounts.AbstractAccountAuthenticator.GetAccountCredentialsForCloning(Android.Accounts.AccountAuthenticatorResponse,Android.Accounts.Account)" /></c>.</param>
<summary>Creates an account based on credentials provided by the authenticator instance of another
user on the device, who has chosen to share the account with this user.</summary>
<returns>To be added.</returns>
Expand Down Expand Up @@ -349,7 +350,7 @@
<remarks>
<para tool="javadoc-to-mdoc">Returns a Bundle that contains whatever is required to clone the account on a different
user. The Bundle is passed to the authenticator instance in the target user via
<c><see cref="M:Android.Accounts.AbstractAccountAuthenticator.AddAccountFromCredentials(Android.Accounts.AccountAuthenticatorResponse, Android.Accounts.Account, Android.Accounts.Account)" /></c>.
<c><see cref="M:Android.Accounts.AbstractAccountAuthenticator.AddAccountFromCredentials(Android.Accounts.AccountAuthenticatorResponse,Android.Accounts.Account,Android.Accounts.Account)" /></c>.
The default implementation returns null, indicating that cloning is not supported.</para>
<para tool="javadoc-to-mdoc">
<format type="text/html">
Expand Down Expand Up @@ -458,7 +459,7 @@
</para>
<para tool="javadoc-to-mdoc">
Finally, note that for android:customTokens=false authenticators, tokens are cached
indefinitely until some client calls <c><see cref="M:Android.Accounts.AccountManager.InvalidateAuthToken(System.String, System.String)" /></c>.</para>
indefinitely until some client calls <c><see cref="M:Android.Accounts.AccountManager.InvalidateAuthToken(System.String,System.String)" /></c>.</para>
<para tool="javadoc-to-mdoc">
<format type="text/html">
<a href="http://developer.android.com/reference/android/accounts/AbstractAccountAuthenticator.html#getAuthToken(android.accounts.AccountAuthenticatorResponse, android.accounts.Account, java.lang.String, android.os.Bundle)" target="_blank">[Android Documentation]</a>
Expand Down Expand Up @@ -560,7 +561,8 @@
<ReturnType>Android.OS.IBinder</ReturnType>
</ReturnValue>
<Docs>
<summary></summary>
<summary>
</summary>
<value>To be added.</value>
<remarks>
<para tool="javadoc-to-mdoc" />
Expand Down Expand Up @@ -653,4 +655,4 @@
</Docs>
</Member>
</Members>
</Type>
</Type>
Loading