- AccessToken - Class in com.facebook.accountkit
-
This class represents an immutable access token for using AccountKit APIs.
- AccessToken(String, String, String, long, Date) - Constructor for class com.facebook.accountkit.AccessToken
-
Creates a new AccessToken using the supplied information.
- AccessTokenTracker - Class in com.facebook.accountkit
-
This class can be extended to receive notifications of access token changes.
- AccessTokenTracker() - Constructor for class com.facebook.accountkit.AccessTokenTracker
-
- Account - Class in com.facebook.accountkit
-
This class represents an AccountKit Account
- Account(String, PhoneNumber, String) - Constructor for class com.facebook.accountkit.Account
-
Constructor.
- ACCOUNT_KIT_ACTIVITY_CONFIGURATION - Static variable in class com.facebook.accountkit.ui.AccountKitActivity
-
- AccountKit - Class in com.facebook.accountkit
-
This seems to be the main class for initialization and login for AccountKit.
- AccountKit() - Constructor for class com.facebook.accountkit.AccountKit
-
- AccountKit.InitializeCallback - Interface in com.facebook.accountkit
-
Callback passed to the initialize function.
- AccountKitActivity - Class in com.facebook.accountkit.ui
-
- AccountKitActivity() - Constructor for class com.facebook.accountkit.ui.AccountKitActivity
-
- AccountKitActivity.ResponseType - Enum in com.facebook.accountkit.ui
-
- AccountKitActivity.TitleType - Enum in com.facebook.accountkit.ui
-
- AccountKitCallback<RESULT> - Interface in com.facebook.accountkit
-
A callback class for the AccountKit SDK.
- AccountKitConfiguration - Class in com.facebook.accountkit.ui
-
Configuration for AccountKit
- AccountKitConfiguration.AccountKitConfigurationBuilder - Class in com.facebook.accountkit.ui
-
- AccountKitConfiguration.AccountKitConfigurationBuilder(LoginType, AccountKitActivity.ResponseType) - Constructor for class com.facebook.accountkit.ui.AccountKitConfiguration.AccountKitConfigurationBuilder
-
Creates an AccountKitConfigurationBuilder with the required parameters.
- AccountKitEmailRedirectActivity - Class in com.facebook.accountkit.ui
-
- AccountKitEmailRedirectActivity() - Constructor for class com.facebook.accountkit.ui.AccountKitEmailRedirectActivity
-
- AccountKitError - Class in com.facebook.accountkit
-
Map of all the existing SDK error codes and respective message for convenience
- AccountKitError(AccountKitError.Type) - Constructor for class com.facebook.accountkit.AccountKitError
-
- AccountKitError(AccountKitError.Type, InternalAccountKitError) - Constructor for class com.facebook.accountkit.AccountKitError
-
- AccountKitError.Type - Enum in com.facebook.accountkit
-
- AccountKitException - Exception in com.facebook.accountkit
-
Represents an error condition specific to the AccountKit SDK for Android.
- AccountKitException(AccountKitError) - Constructor for exception com.facebook.accountkit.AccountKitException
-
Constructs a new AccountKitException.
- AccountKitException(AccountKitError.Type, InternalAccountKitError) - Constructor for exception com.facebook.accountkit.AccountKitException
-
Constructs a new AccountKitException.
- AccountKitException(AccountKitError.Type, InternalAccountKitError, String) - Constructor for exception com.facebook.accountkit.AccountKitException
-
Constructs a new AccountKitException.
- AccountKitException(AccountKitError.Type, InternalAccountKitError, Throwable) - Constructor for exception com.facebook.accountkit.AccountKitException
-
Constructs a new AccountKitException.
- AccountKitLoginResult - Interface in com.facebook.accountkit
-
- AccountKitSdkVersion - Class in com.facebook.accountkit
-
- AccountKitSdkVersion() - Constructor for class com.facebook.accountkit.AccountKitSdkVersion
-
- AccountPreferences - Interface in com.facebook.accountkit
-
Accesses Account preferences that are stored on the Account Kit servers for the associated app
and account.
- AccountPreferences.OnDeletePreferenceListener - Interface in com.facebook.accountkit
-
Listener for callbacks from `deletePreference` calls.
- AccountPreferences.OnLoadPreferenceListener - Interface in com.facebook.accountkit
-
Listener for callbacks from `loadPreference` calls.
- AccountPreferences.OnLoadPreferencesListener - Interface in com.facebook.accountkit
-
Listener for callbacks from `loadPreferences` calls.
- AccountPreferences.OnSetPreferenceListener - Interface in com.facebook.accountkit
-
Listener for callbacks from `setPreference` calls.
- AccountVerifiedContentController - Class in com.facebook.accountkit.ui
-
- AccountVerifiedContentController() - Constructor for class com.facebook.accountkit.ui.AccountVerifiedContentController
-
- ACTION_CURRENT_ACCESS_TOKEN_CHANGED - Static variable in class com.facebook.accountkit.AccessTokenTracker
-
- ACTION_EMAIL_LOGIN_STATE_CHANGED - Static variable in class com.facebook.accountkit.EmailLoginTracker
-
- ACTION_PHONE_LOGIN_STATE_CHANGED - Static variable in class com.facebook.accountkit.PhoneLoginTracker
-
- ActivityHandler - Class in com.facebook.accountkit.ui
-
- ActivityHandler(Parcel) - Constructor for class com.facebook.accountkit.ui.ActivityHandler
-
- add(LoggingBehavior) - Method in class com.facebook.accountkit.LoggingBehaviorCollection
-
Certain logging behaviors are available for debugging beyond those that should be
enabled in production.
- AdvancedUIManager - Interface in com.facebook.accountkit.ui
-
Manager for custom UI fragments.
- AdvancedUIManager.AdvancedUIManagerListener - Interface in com.facebook.accountkit.ui
-
Listener that is supplied by Account Kit to allow messages to be sent to the current state.
- APPLICATION_ID_PROPERTY - Static variable in class com.facebook.accountkit.AccountKit
-
The key for the Facebook application ID in the Android manifest.
- APPLICATION_NAME_PROPERTY - Static variable in class com.facebook.accountkit.AccountKit
-
The key for the AccountKit application name in the Android manifest.
- areFacebookNotificationsEnabled() - Method in class com.facebook.accountkit.ui.AccountKitConfiguration
-
- AspectFrameLayout - Class in com.facebook.accountkit.ui
-
- AspectFrameLayout(Context) - Constructor for class com.facebook.accountkit.ui.AspectFrameLayout
-
- AspectFrameLayout(Context, AttributeSet) - Constructor for class com.facebook.accountkit.ui.AspectFrameLayout
-
- AspectFrameLayout(Context, AttributeSet, int) - Constructor for class com.facebook.accountkit.ui.AspectFrameLayout
-
- AspectFrameLayout(Context, AttributeSet, int, int) - Constructor for class com.facebook.accountkit.ui.AspectFrameLayout
-
- get() - Method in class com.facebook.accountkit.LoggingBehaviorCollection
-
Certain logging behaviors are available for debugging beyond those that should be
enabled in production.
- getAccessToken() - Method in interface com.facebook.accountkit.AccountKitLoginResult
-
Gets the access token from the login request.
- getAccessToken() - Method in interface com.facebook.accountkit.LoginModel
-
Gets the access token from the request.
- getAccountId() - Method in class com.facebook.accountkit.AccessToken
-
Gets the account ID associated with the given access token
- getAccountKitFacebookAppEventsEnabled() - Static method in class com.facebook.accountkit.AccountKit
-
Gets if Account Kit SDK will log to Facebook App Events or not.
- getAccountPreferences() - Static method in class com.facebook.accountkit.AccountKit
-
Returns an instance of account preferences for the current access token.
- getActionBarFragment(LoginFlowState) - Method in interface com.facebook.accountkit.ui.AdvancedUIManager
-
Returns a custom fragment for the action bar above the scrollable content.
- getActionStateChanged() - Method in class com.facebook.accountkit.AccessTokenTracker
-
- getActionStateChanged() - Method in class com.facebook.accountkit.EmailLoginTracker
-
- getActionStateChanged() - Method in class com.facebook.accountkit.PhoneLoginTracker
-
- getActionStateChanged() - Method in class com.facebook.accountkit.Tracker
-
- getAdvancedUIManager() - Method in class com.facebook.accountkit.ui.AccountKitConfiguration
-
- getApplicationId() - Method in class com.facebook.accountkit.AccessToken
-
Gets the ID of the Facebook Application associated with this access token.
- getApplicationId() - Static method in class com.facebook.accountkit.AccountKit
-
Gets the Facebook application ID for the current app.
- getApplicationName() - Static method in class com.facebook.accountkit.AccountKit
-
Gets the Account Kit application Name for the current app.
- getAspectHeight() - Method in class com.facebook.accountkit.ui.AspectFrameLayout
-
- getAspectWidth() - Method in class com.facebook.accountkit.ui.AspectFrameLayout
-
- getAuthorizationCode() - Method in interface com.facebook.accountkit.AccountKitLoginResult
-
Gets the authorization code returned from the login request.
- getBodyFragment(LoginFlowState) - Method in interface com.facebook.accountkit.ui.AdvancedUIManager
-
Returns a custom fragment for the body in the middle of the scrollable container.
- getBottomFragment() - Method in class com.facebook.accountkit.ui.AccountVerifiedContentController
-
- getButtonType(LoginFlowState) - Method in interface com.facebook.accountkit.ui.AdvancedUIManager
-
Returns the button type for the given login state.
- getCenterFragment() - Method in class com.facebook.accountkit.ui.AccountVerifiedContentController
-
- getClientToken() - Static method in class com.facebook.accountkit.AccountKit
-
Gets the client token for the current app.
- getCode() - Method in enum com.facebook.accountkit.AccountKitError.Type
-
- getCode() - Method in interface com.facebook.accountkit.LoginModel
-
- getCode() - Method in class com.facebook.accountkit.PhoneLoginTracker
-
Returns the code that is stored on this tracker.
- getConfirmationCode() - Method in interface com.facebook.accountkit.PhoneLoginModel
-
- getCountryCode() - Method in class com.facebook.accountkit.PhoneNumber
-
- getCurrentAccessToken() - Static method in class com.facebook.accountkit.AccountKit
-
Getter for the access token that is current for the application.
- getCurrentAccount(AccountKitCallback<Account>) - Static method in class com.facebook.accountkit.AccountKit
-
Starts a request to get the current account.
- getCurrentEmailLogInModel() - Static method in class com.facebook.accountkit.AccountKit
-
- getCurrentPhoneNumberLogInModel() - Static method in class com.facebook.accountkit.AccountKit
-
- getDefaultCountryCode() - Method in class com.facebook.accountkit.ui.AccountKitConfiguration
-
- getDetailErrorCode() - Method in class com.facebook.accountkit.AccountKitError
-
- getEmail() - Method in class com.facebook.accountkit.Account
-
Getter for the email of the account (if used).
- getEmail() - Method in interface com.facebook.accountkit.EmailLoginModel
-
- getError() - Method in exception com.facebook.accountkit.AccountKitException
-
- getError() - Method in interface com.facebook.accountkit.AccountKitLoginResult
-
Gets the error.
- getErrorType() - Method in class com.facebook.accountkit.AccountKitError
-
- getExecutor() - Static method in class com.facebook.accountkit.AccountKit
-
Returns the Executor used by the SDK.
- getFinalAuthorizationState() - Method in interface com.facebook.accountkit.AccountKitLoginResult
-
Gets the final authorization state.
- getFinalAuthState() - Method in interface com.facebook.accountkit.LoginModel
-
- getFocusView() - Method in class com.facebook.accountkit.ui.AccountVerifiedContentController
-
- getFooterFragment() - Method in class com.facebook.accountkit.ui.AccountVerifiedContentController
-
- getFooterFragment(LoginFlowState) - Method in interface com.facebook.accountkit.ui.AdvancedUIManager
-
Returns a custom fragment for the bottom of the content in the scrollable container.
- getHeaderFragment() - Method in class com.facebook.accountkit.ui.AccountVerifiedContentController
-
- getHeaderFragment(LoginFlowState) - Method in interface com.facebook.accountkit.ui.AdvancedUIManager
-
Returns a custom fragment for the top of the content in the scrollable container.
- getId() - Method in class com.facebook.accountkit.Account
-
Getter for the id of the account.
- getInitialAuthState() - Method in class com.facebook.accountkit.ui.AccountKitConfiguration
-
- getInitialEmail() - Method in class com.facebook.accountkit.ui.AccountKitConfiguration
-
- getInitialPhoneNumber() - Method in class com.facebook.accountkit.ui.AccountKitConfiguration
-
- getLastRefresh() - Method in class com.facebook.accountkit.AccessToken
-
Gets the date at which the token was last refreshed.
- getLayoutResource() - Method in class com.facebook.accountkit.ui.PrivacyPolicyFragment
-
- getLoggingBehaviors() - Static method in class com.facebook.accountkit.AccountKit
-
The console logging behaviors, which can be configured for debugging.
- getLoginFlowState() - Method in class com.facebook.accountkit.ui.AccountVerifiedContentController
-
- getLoginFlowState() - Method in class com.facebook.accountkit.ui.PrivacyPolicyFragment
-
- getLoginTracker(AccountKitActivity) - Method in class com.facebook.accountkit.ui.ActivityHandler
-
- getLoginType() - Method in class com.facebook.accountkit.ui.AccountKitConfiguration
-
- getMessage() - Method in enum com.facebook.accountkit.AccountKitError.Type
-
- getMinHeight() - Method in class com.facebook.accountkit.ui.ConstrainedLinearLayout
-
- getPhoneNumber() - Method in class com.facebook.accountkit.Account
-
Getter for the phone number of the account (if used)
- getPhoneNumber() - Method in interface com.facebook.accountkit.PhoneLoginModel
-
- getPhoneNumber() - Method in class com.facebook.accountkit.PhoneNumber
-
- getPrivacyPolicy() - Method in interface com.facebook.accountkit.PhoneLoginModel
-
- getRawPhoneNumber() - Method in class com.facebook.accountkit.PhoneNumber
-
- getResendTime() - Method in interface com.facebook.accountkit.PhoneLoginModel
-
- getResponseType() - Method in class com.facebook.accountkit.ui.AccountKitConfiguration
-
- getRetry() - Method in class com.facebook.accountkit.ui.PrivacyPolicyFragment
-
- getSmsBlacklist() - Method in class com.facebook.accountkit.ui.AccountKitConfiguration
-
- getSmsWhitelist() - Method in class com.facebook.accountkit.ui.AccountKitConfiguration
-
- getTermsOfService() - Method in interface com.facebook.accountkit.PhoneLoginModel
-
- getTextFragment() - Method in class com.facebook.accountkit.ui.AccountVerifiedContentController
-
- getTextPosition(LoginFlowState) - Method in interface com.facebook.accountkit.ui.AdvancedUIManager
-
Returns the position of the text relative to the content body fragment.
- getTheme() - Method in class com.facebook.accountkit.ui.AccountKitConfiguration
-
- getTitleType() - Method in class com.facebook.accountkit.ui.AccountKitConfiguration
-
- getToken() - Method in class com.facebook.accountkit.AccessToken
-
Gets the string representing the access token.
- getTokenRefreshIntervalInSeconds() - Method in interface com.facebook.accountkit.AccountKitLoginResult
-
- getTokenRefreshIntervalSeconds() - Method in class com.facebook.accountkit.AccessToken
-
Gets the token refresh interval in seconds
You should make an Account Kit graph call using this token at least this often to keep the
token from expiring
- getTopFragment() - Method in class com.facebook.accountkit.ui.AccountVerifiedContentController
-
- getUserFacingMessage() - Method in class com.facebook.accountkit.AccountKitError
-
- getValue() - Method in enum com.facebook.accountkit.ui.AccountKitActivity.ResponseType
-
- getValue() - Method in enum com.facebook.accountkit.ui.ButtonType
-
- onAccountVerified(PhoneLoginModel) - Method in class com.facebook.accountkit.PhoneLoginTracker
-
This method will be called when the account has been verified as part of seamless login
- onAccountVerifiedComplete(AccountKitActivity) - Method in class com.facebook.accountkit.ui.ActivityHandler
-
- onActivityCreate(Activity, Bundle) - Static method in class com.facebook.accountkit.AccountKit
-
Called when the calling activity is created
- onActivityDestroy(Activity) - Static method in class com.facebook.accountkit.AccountKit
-
Called when the calling activity is destroyed
- onActivitySaveInstanceState(Activity, Bundle) - Static method in class com.facebook.accountkit.AccountKit
-
Called on the calling activity saved state
- onAttachedToWindow() - Method in class com.facebook.accountkit.ui.AspectFrameLayout
-
- onBack() - Method in interface com.facebook.accountkit.ui.AdvancedUIManager.AdvancedUIManagerListener
-
Triggers the back stack to be popped from a back button in the custom UI.
- onBackPressed() - Method in class com.facebook.accountkit.ui.AccountKitActivity
-
- onBackPressed(View) - Method in class com.facebook.accountkit.ui.AccountKitActivity
-
- onCancel(EmailLoginModel) - Method in class com.facebook.accountkit.EmailLoginTracker
-
The method that will be called when the login was canceled
- onCancel(PhoneLoginModel) - Method in class com.facebook.accountkit.PhoneLoginTracker
-
The method that will be called when the login was canceled
- onCancel() - Method in interface com.facebook.accountkit.ui.AdvancedUIManager.AdvancedUIManagerListener
-
Triggers the UI to cancel.
- onCancelPressed(View) - Method in class com.facebook.accountkit.ui.AccountKitActivity
-
- onCreate(Bundle) - Method in class com.facebook.accountkit.ui.AccountKitActivity
-
- onCreate(Bundle) - Method in class com.facebook.accountkit.ui.AccountKitEmailRedirectActivity
-
- onCreateInputConnection(EditorInfo) - Method in class com.facebook.accountkit.ui.NotifyingEditText
-
- onCurrentAccessTokenChanged(AccessToken, AccessToken) - Method in class com.facebook.accountkit.AccessTokenTracker
-
The method that will be called with the access token changes.
- onDeletePreference(String, AccountKitError) - Method in interface com.facebook.accountkit.AccountPreferences.OnDeletePreferenceListener
-
Called when a preference has been deleted.
- onDestroy() - Method in class com.facebook.accountkit.ui.AccountKitActivity
-
- onError(AccountKitError) - Method in interface com.facebook.accountkit.AccountKitCallback
-
Called when the operation had an error
- onError(AccountKitException) - Method in class com.facebook.accountkit.EmailLoginTracker
-
The method that will be called when the login has an error
- onError(AccountKitException) - Method in class com.facebook.accountkit.PhoneLoginTracker
-
The method that will be called when the login has an error
- onError(AccountKitError) - Method in interface com.facebook.accountkit.ui.AdvancedUIManager
-
Called when an error is encountered and should be displayed in the UI.
- onInitialized() - Method in interface com.facebook.accountkit.AccountKit.InitializeCallback
-
Called when the sdk has been initialized.
- onKeyDown(int, KeyEvent) - Method in class com.facebook.accountkit.ui.AccountKitActivity
-
- onLoadPreference(String, String, AccountKitError) - Method in interface com.facebook.accountkit.AccountPreferences.OnLoadPreferenceListener
-
Called when a preference has been loaded.
- onLoadPreferences(Map<String, String>, AccountKitError) - Method in interface com.facebook.accountkit.AccountPreferences.OnLoadPreferencesListener
-
Called when preferences have been loaded.
- onMeasure(int, int) - Method in class com.facebook.accountkit.ui.AspectFrameLayout
-
- onMeasure(int, int) - Method in class com.facebook.accountkit.ui.ConstrainedLinearLayout
-
- onNewIntent(Intent) - Method in class com.facebook.accountkit.ui.AccountKitActivity
-
- onNext(Context, String) - Method in interface com.facebook.accountkit.ui.PrivacyPolicyFragment.OnCompleteListener
-
- onOptionsItemSelected(MenuItem) - Method in class com.facebook.accountkit.ui.AccountKitActivity
-
- onPause() - Method in class com.facebook.accountkit.ui.AccountKitActivity
-
- onPause(Activity) - Method in class com.facebook.accountkit.ui.AccountVerifiedContentController
-
- onPause(Activity) - Method in class com.facebook.accountkit.ui.ContentControllerBase
-
- onReceive(Intent) - Method in class com.facebook.accountkit.AccessTokenTracker
-
- onReceive(Intent) - Method in class com.facebook.accountkit.EmailLoginTracker
-
- onReceive(Intent) - Method in class com.facebook.accountkit.PhoneLoginTracker
-
- onReceive(Intent) - Method in class com.facebook.accountkit.Tracker
-
Called when the broadcast is received.
- onResume() - Method in class com.facebook.accountkit.ui.AccountKitActivity
-
- onResume(Activity) - Method in class com.facebook.accountkit.ui.AccountVerifiedContentController
-
- onResume(Activity) - Method in class com.facebook.accountkit.ui.ContentControllerBase
-
- onRetry(Context) - Method in interface com.facebook.accountkit.ui.PrivacyPolicyFragment.OnCompleteListener
-
- onSaveInstanceState(Bundle) - Method in class com.facebook.accountkit.ui.AccountKitActivity
-
- onSentCodeComplete(AccountKitActivity) - Method in class com.facebook.accountkit.ui.ActivityHandler
-
- onSetPreference(String, String, AccountKitError) - Method in interface com.facebook.accountkit.AccountPreferences.OnSetPreferenceListener
-
Called when a preference has been set.
- onStart() - Method in class com.facebook.accountkit.ui.PrivacyPolicyFragment
-
- onStarted(EmailLoginModel) - Method in class com.facebook.accountkit.EmailLoginTracker
-
The method that will be called when the login has started.
- onStarted(PhoneLoginModel) - Method in class com.facebook.accountkit.PhoneLoginTracker
-
The method that will be called when the login has started.
- onSuccess(RESULT) - Method in interface com.facebook.accountkit.AccountKitCallback
-
Called when the operation was successful
- onSuccess(EmailLoginModel) - Method in class com.facebook.accountkit.EmailLoginTracker
-
The method that will be called when the login has completed
- onSuccess(PhoneLoginModel) - Method in class com.facebook.accountkit.PhoneLoginTracker
-
The method that will be called when the login has completed
- onTextContextMenuItem(int) - Method in class com.facebook.accountkit.ui.NotifyingEditText
-
- onTextPaste() - Method in interface com.facebook.accountkit.ui.NotifyingEditText.PasteListener
-
- onViewReadyWithState(View, Bundle) - Method in class com.facebook.accountkit.ui.PrivacyPolicyFragment
-
- onWindowFocusChanged(boolean) - Method in class com.facebook.accountkit.ui.CountryCodeSpinner
-
- sentWithFacebookNotification() - Method in interface com.facebook.accountkit.PhoneLoginModel
-
- setAdvancedUIManager(AdvancedUIManager) - Method in class com.facebook.accountkit.ui.AccountKitConfiguration.AccountKitConfigurationBuilder
-
Sets the Advanced UI Manager to be used for advanced customization of the UI.
- setAdvancedUIManagerListener(AdvancedUIManager.AdvancedUIManagerListener) - Method in interface com.facebook.accountkit.ui.AdvancedUIManager
-
Sets the listener supplied by Account Kit, which can be used to send messages back to the
current state.
- setAspectHeight(int) - Method in class com.facebook.accountkit.ui.AspectFrameLayout
-
- setAspectWidth(int) - Method in class com.facebook.accountkit.ui.AspectFrameLayout
-
- setBottomFragment(ContentFragment) - Method in class com.facebook.accountkit.ui.AccountVerifiedContentController
-
- setCenterFragment(ContentFragment) - Method in class com.facebook.accountkit.ui.AccountVerifiedContentController
-
- setCode(String) - Method in class com.facebook.accountkit.PhoneLoginTracker
-
Stores a code on this tracker.
- setDefaultCountryCode(String) - Method in class com.facebook.accountkit.ui.AccountKitConfiguration.AccountKitConfigurationBuilder
-
Sets the default country code, two letters to be used when in phone login mode.
- setExecutor(Executor) - Static method in class com.facebook.accountkit.AccountKit
-
Sets the Executor used by the SDK.
- setFacebookNotificationsEnabled(boolean) - Method in class com.facebook.accountkit.ui.AccountKitConfiguration.AccountKitConfigurationBuilder
-
Sets up whether facebook notifications can be used as the fallback for sms confirmation.
- setFooterFragment(TitleFragmentFactory.TitleFragment) - Method in class com.facebook.accountkit.ui.AccountVerifiedContentController
-
- setHeaderFragment(TitleFragmentFactory.TitleFragment) - Method in class com.facebook.accountkit.ui.AccountVerifiedContentController
-
- setInitialAuthState(String) - Method in class com.facebook.accountkit.ui.AccountKitConfiguration.AccountKitConfigurationBuilder
-
Sets the initial auth state that will be passed with the login request.
- setInitialEmail(String) - Method in class com.facebook.accountkit.ui.AccountKitConfiguration.AccountKitConfigurationBuilder
-
If using the email login flow, sets the initial email for the login flow
- setInitialPhoneNumber(PhoneNumber) - Method in class com.facebook.accountkit.ui.AccountKitConfiguration.AccountKitConfigurationBuilder
-
If using the phone login flow, sets the initial phone number for the login flow
- setLoginFlowState(LoginFlowState) - Method in class com.facebook.accountkit.ui.PrivacyPolicyFragment
-
- setMinHeight(int) - Method in class com.facebook.accountkit.ui.ConstrainedLinearLayout
-
- setNextButtonEnabled(boolean) - Method in class com.facebook.accountkit.ui.PrivacyPolicyFragment
-
- setNextButtonType(ButtonType) - Method in class com.facebook.accountkit.ui.PrivacyPolicyFragment
-
- setOnCompleteListener(PrivacyPolicyFragment.OnCompleteListener) - Method in class com.facebook.accountkit.ui.PrivacyPolicyFragment
-
- setOnSoftKeyListener(View.OnKeyListener) - Method in class com.facebook.accountkit.ui.NotifyingEditText
-
- setPasteListener(NotifyingEditText.PasteListener) - Method in class com.facebook.accountkit.ui.NotifyingEditText
-
- setPreference(String, String, AccountPreferences.OnSetPreferenceListener) - Method in interface com.facebook.accountkit.AccountPreferences
-
Writes a single preference.
- setReadPhoneStateEnabled(boolean) - Method in class com.facebook.accountkit.ui.AccountKitConfiguration.AccountKitConfigurationBuilder
-
If the READ_PHONE_STATE permission is given and ths is true, when the phone number entry
is displayed, the phone number of the device SIM will be entered.
- setReceiveSMS(boolean) - Method in class com.facebook.accountkit.ui.AccountKitConfiguration.AccountKitConfigurationBuilder
-
If the RECEIVE_SMS permission is given and this is true, when the confirmation code is
received in the SMS flow, we will automatically read in the code.
- setRetry(boolean) - Method in class com.facebook.accountkit.ui.PrivacyPolicyFragment
-
- setRetryVisible(boolean) - Method in class com.facebook.accountkit.ui.PrivacyPolicyFragment
-
- setSMSBlacklist(String[]) - Method in class com.facebook.accountkit.ui.AccountKitConfiguration.AccountKitConfigurationBuilder
-
If using Phone Login, this sets the blacklist of country codes to be used for logging in.
- setSMSWhitelist(String[]) - Method in class com.facebook.accountkit.ui.AccountKitConfiguration.AccountKitConfigurationBuilder
-
If using Phone Login, this sets the whitelist of country codes to be used for logging in.
- setTextFragment(ContentFragment) - Method in class com.facebook.accountkit.ui.AccountVerifiedContentController
-
- setTheme(int) - Method in class com.facebook.accountkit.ui.AccountKitConfiguration.AccountKitConfigurationBuilder
-
Sets the resource id of the theme to use.
- setTitleType(AccountKitActivity.TitleType) - Method in class com.facebook.accountkit.ui.AccountKitConfiguration.AccountKitConfigurationBuilder
-
Sets the type of title that is set in the header.
- setTopFragment(ContentFragment) - Method in class com.facebook.accountkit.ui.AccountVerifiedContentController
-
- startTracking() - Method in class com.facebook.accountkit.Tracker
-
Starts tracking the state
- stopTracking() - Method in class com.facebook.accountkit.Tracker
-
Stops tracking the state
- valueOf(String) - Static method in enum com.facebook.accountkit.AccountKitError.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.accountkit.LoggingBehavior
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.accountkit.LoginResult
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.accountkit.ui.AccountKitActivity.ResponseType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.accountkit.ui.AccountKitActivity.TitleType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.accountkit.ui.ButtonType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.accountkit.ui.LoginFlowState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.accountkit.ui.LoginType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.accountkit.ui.TextPosition
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.facebook.accountkit.AccountKitError.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.accountkit.LoggingBehavior
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.accountkit.LoginResult
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.accountkit.ui.AccountKitActivity.ResponseType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.accountkit.ui.AccountKitActivity.TitleType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.accountkit.ui.ButtonType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.accountkit.ui.LoginFlowState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.accountkit.ui.LoginType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.accountkit.ui.TextPosition
-
Returns an array containing the constants of this enum type, in
the order they are declared.