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()
Deprecated.
use {
getNotificationChannels() } instead |
int |
describeContents() |
AdvancedUIManager |
getAdvancedUIManager()
Deprecated.
|
java.lang.String |
getDefaultCountryCode() |
java.lang.String |
getInitialAuthState() |
java.lang.String |
getInitialEmail() |
PhoneNumber |
getInitialPhoneNumber() |
LoginType |
getLoginType() |
java.util.List<NotificationChannel> |
getNotificationChannels() |
AccountKitActivity.ResponseType |
getResponseType() |
java.lang.String[] |
getSmsBlacklist() |
java.lang.String[] |
getSmsWhitelist() |
int |
getTheme()
Deprecated.
|
AccountKitActivity.TitleType |
getTitleType()
Deprecated.
|
UIManager |
getUIManager() |
boolean |
isReadPhoneStateEnabled() |
boolean |
isReceiveSMSEnabled() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
@Deprecated @Nullable public AdvancedUIManager getAdvancedUIManager()
@NonNull public UIManager getUIManager()
public java.lang.String getDefaultCountryCode()
public java.util.List<NotificationChannel> getNotificationChannels()
public boolean areFacebookNotificationsEnabled()
getNotificationChannels()
} instead#getNotificationChannels()}}
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()
@Deprecated public int getTheme()
@Deprecated 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