public final class AccountKitConfiguration
extends java.lang.Object
implements android.os.Parcelable
Modifier and Type | Class and Description |
---|---|
static class |
AccountKitConfiguration.AccountKitConfigurationBuilder |
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator |
CREATOR |
Modifier and Type | Method and Description |
---|---|
boolean |
areFacebookNotificationsEnabled() |
int |
describeContents() |
AdvancedUIManager |
getAdvancedUIManager() |
java.lang.String |
getDefaultCountryCode() |
java.lang.String |
getInitialAuthState() |
java.lang.String |
getInitialEmail() |
PhoneNumber |
getInitialPhoneNumber() |
LoginType |
getLoginType() |
AccountKitActivity.ResponseType |
getResponseType() |
java.lang.String[] |
getSmsBlacklist() |
java.lang.String[] |
getSmsWhitelist() |
int |
getTheme() |
AccountKitActivity.TitleType |
getTitleType() |
boolean |
isReadPhoneStateEnabled() |
boolean |
isReceiveSMSEnabled() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public AdvancedUIManager getAdvancedUIManager()
public java.lang.String getDefaultCountryCode()
public boolean areFacebookNotificationsEnabled()
public java.lang.String getInitialAuthState()
public java.lang.String getInitialEmail()
public PhoneNumber getInitialPhoneNumber()
public LoginType getLoginType()
public boolean isReadPhoneStateEnabled()
public boolean isReceiveSMSEnabled()
public AccountKitActivity.ResponseType getResponseType()
public java.lang.String[] getSmsBlacklist()
public java.lang.String[] getSmsWhitelist()
public int getTheme()
public AccountKitActivity.TitleType getTitleType()
public int describeContents()
describeContents
in interface android.os.Parcelable
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
in interface android.os.Parcelable