Class AbstractAccountAuthenticator
public class AbstractAccountAuthenticator : JVMBridgeBase<AbstractAccountAuthenticator>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
AbstractAccountAuthenticator
- Implements
- Extension Methods
Constructors
AbstractAccountAuthenticator(Context)
public AbstractAccountAuthenticator(Context arg0)
Parameters
AbstractAccountAuthenticator(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public AbstractAccountAuthenticator(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
KEY_CUSTOM_TOKEN_EXPIRY
public static String KEY_CUSTOM_TOKEN_EXPIRY { get; set; }
Property Value
Methods
AddAccount(AccountAuthenticatorResponse, String, String, String[], Bundle)
public Bundle AddAccount(AccountAuthenticatorResponse arg0, String arg1, String arg2, String[] arg3, Bundle arg4)
Parameters
arg0AccountAuthenticatorResponsearg1Stringarg2Stringarg3String[]arg4Bundle
Returns
Exceptions
AddAccountFromCredentials(AccountAuthenticatorResponse, Account, Bundle)
public Bundle AddAccountFromCredentials(AccountAuthenticatorResponse arg0, Account arg1, Bundle arg2)
Parameters
arg0AccountAuthenticatorResponsearg1Accountarg2Bundle
Returns
Exceptions
ConfirmCredentials(AccountAuthenticatorResponse, Account, Bundle)
public Bundle ConfirmCredentials(AccountAuthenticatorResponse arg0, Account arg1, Bundle arg2)
Parameters
arg0AccountAuthenticatorResponsearg1Accountarg2Bundle
Returns
Exceptions
CreatePoolableInstance(Context)
HPA initializer for AbstractAccountAuthenticator(Android.Content.Context arg0)
public static AbstractAccountAuthenticator CreatePoolableInstance(Context arg0)
Parameters
arg0Context
Returns
EditProperties(AccountAuthenticatorResponse, String)
public Bundle EditProperties(AccountAuthenticatorResponse arg0, String arg1)
Parameters
Returns
FinishSession(AccountAuthenticatorResponse, String, Bundle)
public Bundle FinishSession(AccountAuthenticatorResponse arg0, String arg1, Bundle arg2)
Parameters
arg0AccountAuthenticatorResponsearg1Stringarg2Bundle
Returns
Exceptions
GetAccountCredentialsForCloning(AccountAuthenticatorResponse, Account)
public Bundle GetAccountCredentialsForCloning(AccountAuthenticatorResponse arg0, Account arg1)
Parameters
Returns
Exceptions
GetAccountRemovalAllowed(AccountAuthenticatorResponse, Account)
public Bundle GetAccountRemovalAllowed(AccountAuthenticatorResponse arg0, Account arg1)
Parameters
Returns
Exceptions
GetAuthToken(AccountAuthenticatorResponse, Account, String, Bundle)
public Bundle GetAuthToken(AccountAuthenticatorResponse arg0, Account arg1, String arg2, Bundle arg3)
Parameters
arg0AccountAuthenticatorResponsearg1Accountarg2Stringarg3Bundle
Returns
Exceptions
GetAuthTokenLabel(String)
public String GetAuthTokenLabel(String arg0)
Parameters
Returns
GetIBinder()
public IBinder GetIBinder()
Returns
HasFeatures(AccountAuthenticatorResponse, Account, String[])
public Bundle HasFeatures(AccountAuthenticatorResponse arg0, Account arg1, String[] arg2)
Parameters
arg0AccountAuthenticatorResponsearg1Accountarg2String[]
Returns
Exceptions
IsCredentialsUpdateSuggested(AccountAuthenticatorResponse, Account, String)
public Bundle IsCredentialsUpdateSuggested(AccountAuthenticatorResponse arg0, Account arg1, String arg2)
Parameters
arg0AccountAuthenticatorResponsearg1Accountarg2String
Returns
Exceptions
StartAddAccountSession(AccountAuthenticatorResponse, String, String, String[], Bundle)
public Bundle StartAddAccountSession(AccountAuthenticatorResponse arg0, String arg1, String arg2, String[] arg3, Bundle arg4)
Parameters
arg0AccountAuthenticatorResponsearg1Stringarg2Stringarg3String[]arg4Bundle
Returns
Exceptions
StartUpdateCredentialsSession(AccountAuthenticatorResponse, Account, String, Bundle)
public Bundle StartUpdateCredentialsSession(AccountAuthenticatorResponse arg0, Account arg1, String arg2, Bundle arg3)
Parameters
arg0AccountAuthenticatorResponsearg1Accountarg2Stringarg3Bundle
Returns
Exceptions
UpdateCredentials(AccountAuthenticatorResponse, Account, String, Bundle)
public Bundle UpdateCredentials(AccountAuthenticatorResponse arg0, Account arg1, String arg2, Bundle arg3)
Parameters
arg0AccountAuthenticatorResponsearg1Accountarg2Stringarg3Bundle