public static class Dialog.LoginDialog extends Dialog.IdDialog
Dialog.Callbacks, Dialog.ErrorMessage, Dialog.IdDialog, Dialog.LoginDialog, Dialog.ProgressDialog, Dialog.QuestionDialogmIdmText, mType, TYPE_ERROR, TYPE_LOGIN, TYPE_PROGRESS, TYPE_QUESTION| Modifier and Type | Method and Description |
|---|---|
boolean |
asksStore()
Should the dialog ask to the user to store the credentials ?
|
java.lang.String |
getDefaultUsername()
Get the default user name that should be pre-filled
|
void |
postLogin(java.lang.String username,
java.lang.String password,
boolean store)
Post an answer
|
dismissgetContext, getText, getTitle, getType, setCallbacks, setContextpublic java.lang.String getDefaultUsername()
public boolean asksStore()
public void postLogin(java.lang.String username,
java.lang.String password,
boolean store)
username - valid username (can't be empty)password - valid password (can be empty)store - if true, store the credentials