Documentation for this section has not yet been entered.
Syntax
[Android.Runtime.Register("newChooseAccountIntent", "(Landroid/accounts/Account;Ljava/util/ArrayList;[Ljava/lang/String;ZLjava/lang/String;Ljava/lang/String;[Ljava/lang/String;Landroid/os/Bundle;)Landroid/content/Intent;", "")]
public static
Android.Content.Intent NewChooseAccountIntent (
Account selectedAccount,
IList<Account> allowableAccounts,
string[] allowableAccountTypes,
bool alwaysPromptForAccount,
string descriptionOverrideText,
string addAccountAuthTokenType,
string[] addAccountRequiredFeatures,
Android.OS.Bundle addAccountOptions)
Parameters
- selectedAccount
- Documentation for this section has not yet been entered.
- allowableAccounts
- Documentation for this section has not yet been entered.
- allowableAccountTypes
- Documentation for this section has not yet been entered.
- alwaysPromptForAccount
- Documentation for this section has not yet been entered.
- descriptionOverrideText
- Documentation for this section has not yet been entered.
- addAccountAuthTokenType
- Documentation for this section has not yet been entered.
- addAccountRequiredFeatures
- Documentation for this section has not yet been entered.
- addAccountOptions
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.
Remarks
Requirements
Namespace: Android.Accounts
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 5