public class AccountSetting extends Object implements android.os.Parcelable
Modifier and Type | Field and Description |
---|---|
ArrayList<String> |
cookiesList |
static android.os.Parcelable.Creator<AccountSetting> |
CREATOR |
String |
documentKey |
String |
socialKey |
String |
socialKeyIndex |
Modifier and Type | Method and Description |
---|---|
void |
clear()
Set all internal properties to null except domainIndex and currentAccount
|
int |
describeContents() |
ExoAccount |
getCurrentAccount() |
String |
getDomainIndex() |
String |
getDomainName() |
static AccountSetting |
getInstance() |
String |
getPassword() |
String |
getServerName() |
String |
getUserAvatarUrl() |
String |
getUserFullName() |
String |
getUsername() |
boolean |
isAutoLoginEnabled()
Whether auto-login is enabled or not if no server defined then disable
auto-login
|
boolean |
isRememberMeEnabled()
Whether remember-me is enabled or not if no server defined then disable
remember-me
|
void |
readFromParcel(android.os.Parcel in) |
void |
setCurrentAccount(ExoAccount acc) |
void |
setDomainIndex(String index) |
void |
setInstance(AccountSetting instance) |
boolean |
shouldSaveProfileInfo(String newUserFullName,
String newUserAvatarUrl) |
void |
writeToParcel(android.os.Parcel par,
int flags) |
public String socialKey
public String socialKeyIndex
public String documentKey
public static final android.os.Parcelable.Creator<AccountSetting> CREATOR
public static AccountSetting getInstance()
public void setInstance(AccountSetting instance)
public ExoAccount getCurrentAccount()
public void setCurrentAccount(ExoAccount acc)
public String getUsername()
public String getPassword()
public String getDomainName()
public String getServerName()
public String getUserFullName()
public String getUserAvatarUrl()
public boolean shouldSaveProfileInfo(String newUserFullName, String newUserAvatarUrl)
public boolean isAutoLoginEnabled()
public boolean isRememberMeEnabled()
public String getDomainIndex()
public void setDomainIndex(String index)
public void clear()
public void readFromParcel(android.os.Parcel in)
public int describeContents()
describeContents
in interface android.os.Parcelable
public void writeToParcel(android.os.Parcel par, int flags)
writeToParcel
in interface android.os.Parcelable
Copyright © 2003–2016 eXo Platform SAS. All rights reserved.