Stay organized with collections
Save and categorize content based on your preferences.
AccountManagerCallback
public
interface
AccountManagerCallback
android.accounts.AccountManagerCallback<V>
|
Summary
Public methods
run
public abstract void run (AccountManagerFuture<V> future)
Parameters |
future |
AccountManagerFuture |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[null,null,["Last updated 2025-02-10 UTC."],[],[],null,["# AccountManagerCallback\n\nAdded in [API level 5](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\nAccountManagerCallback\n======================\n\n*** ** * ** ***\n\n[Kotlin](/reference/kotlin/android/accounts/AccountManagerCallback \"View this page in Kotlin\") \\|Java\n\n\n`\npublic\n\n\ninterface\nAccountManagerCallback\n`\n\n\n`\n\n\n`\n\n|----------------------------------------------|\n| android.accounts.AccountManagerCallback\\\u003cV\\\u003e |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nSummary\n-------\n\n| ### Public methods ||\n|------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ` abstract void` | ` `[run](/reference/android/accounts/AccountManagerCallback#run(android.accounts.AccountManagerFuture\u003cV\u003e))`(`[AccountManagerFuture](/reference/android/accounts/AccountManagerFuture)`\u003cV\u003e future) ` |\n\nPublic methods\n--------------\n\n### run\n\nAdded in [API level 5](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic abstract void run (AccountManagerFuture\u003cV\u003e future)\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Parameters ||\n|----------|-------------------------------|\n| `future` | `AccountManagerFuture` \u003cbr /\u003e |"]]