public static class AccountHelper.AccountOptions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
autoLogin
True if auto loggin when connected to a device
|
java.lang.String |
password |
java.lang.String |
username |
Constructor and Description |
---|
AccountOptions(java.lang.String username,
java.lang.String accountPassword,
boolean autoLogin) |
Modifier and Type | Method and Description |
---|---|
static AccountHelper.AccountOptions |
fromAccount(android.accounts.AccountManager accountManager,
android.accounts.Account account) |
android.os.Bundle |
toBundle() |
public boolean autoLogin
public java.lang.String username
public final java.lang.String password
public AccountOptions(java.lang.String username, java.lang.String accountPassword, boolean autoLogin)
public android.os.Bundle toBundle()
public static AccountHelper.AccountOptions fromAccount(android.accounts.AccountManager accountManager, android.accounts.Account account)