Most visited

Recently visited

Added in API level 5

android.accounts

Interfaces

AccountManagerCallback<V>  
AccountManagerFuture<V> A AccountManagerFuture表示异步 AccountManager调用的结果。
OnAccountsUpdateListener 包含AccountManager使用的回调的接口

Classes

AbstractAccountAuthenticator 用于创建AccountAuthenticators的抽象基类。
Account 表示 AccountManager的帐户的值类型。
AccountAuthenticatorActivity 用于实现用于帮助实现AbstractAccountAuthenticator的Activity的基类。
AccountAuthenticatorResponse 用于将回复传达给AccountManager的对象
AccountManager 该课程提供对用户在线帐户的集中注册表的访问。
AuthenticatorDescription 包含有关帐户身份验证器信息的 Parcelable值类型。

Exceptions

AccountsException  
AuthenticatorException  
NetworkErrorException  
OperationCanceledException  

Hooray!