Skip navigation links
C D F G I L N O P R S T U V 

C

clearPermissions() - Method in class com.facebook.login.widget.LoginButton
Clears the permissions currently associated with this LoginButton.
com.facebook.login - package com.facebook.login
 
com.facebook.login.widget - package com.facebook.login.widget
 
configureButton(Context, AttributeSet, int, int) - Method in class com.facebook.login.widget.LoginButton
 
createLoginRequest(Collection<String>) - Method in class com.facebook.login.DeviceLoginManager
 
CUSTOM - Static variable in class com.facebook.login.widget.ProfilePictureView
Indicates that the specific size of the View will be set via layout params.

D

DEFAULT - Static variable in enum com.facebook.login.widget.LoginButton.ToolTipMode
 
DEFAULT_POPUP_DISPLAY_TIME - Static variable in class com.facebook.login.widget.ToolTipPopup
The default time that the tool tip will be displayed
DeviceLoginButton - Class in com.facebook.login.widget
A Log In/Log Out button that maintains login state and logs in/out for the app.
DeviceLoginButton(Context, AttributeSet, int) - Constructor for class com.facebook.login.widget.DeviceLoginButton
Create the LoginButton by inflating from XML
DeviceLoginButton(Context, AttributeSet) - Constructor for class com.facebook.login.widget.DeviceLoginButton
Create the LoginButton by inflating from XML
DeviceLoginButton(Context) - Constructor for class com.facebook.login.widget.DeviceLoginButton
Create the LoginButton by inflating from XML and applying a style.
DeviceLoginManager - Class in com.facebook.login
This class manages device login and permissions for Facebook.
DeviceLoginManager() - Constructor for class com.facebook.login.DeviceLoginManager
 
dismiss() - Method in class com.facebook.login.widget.ToolTipPopup
Dismiss the tool tip
dismissToolTip() - Method in class com.facebook.login.widget.LoginButton
Dismisses the Tooltip if it is currently visible

F

fromInt(int) - Static method in enum com.facebook.login.widget.LoginButton.ToolTipMode
 

G

getAuthType() - Method in class com.facebook.login.widget.LoginButton
Gets the authType being used.
getDefaultAudience() - Method in class com.facebook.login.widget.LoginButton
Gets the default audience to use when the user logs in.
getDefaultRequestCode() - Method in class com.facebook.login.widget.LoginButton
 
getDefaultStyleResource() - Method in class com.facebook.login.widget.LoginButton
 
getDeviceAuthTargetUserId() - Method in class com.facebook.login.DeviceLoginManager
Get the target user id for the device request, if any.
getDeviceRedirectUri() - Method in class com.facebook.login.DeviceLoginManager
Get the previously set uri that will be used to redirect the user to after they complete the device login flow on the external device.
getDeviceRedirectUri() - Method in class com.facebook.login.widget.DeviceLoginButton
Get the previously set uri that will be used to redirect the user to after they complete the device login flow on the external device.
getInstance() - Static method in class com.facebook.login.DeviceLoginManager
Getter for the login manager.
getLoginBehavior() - Method in class com.facebook.login.widget.LoginButton
Gets the login behavior during authorization.
getLoginManager() - Method in class com.facebook.login.widget.LoginButton.LoginClickListener
 
getNewLoginClickListener() - Method in class com.facebook.login.widget.DeviceLoginButton
 
getNewLoginClickListener() - Method in class com.facebook.login.widget.LoginButton
 
getOnErrorListener() - Method in class com.facebook.login.widget.ProfilePictureView
Returns the current OnErrorListener for this instance of ProfilePictureView
getPresetSize() - Method in class com.facebook.login.widget.ProfilePictureView
Gets the current preset size type
getProfileId() - Method in class com.facebook.login.widget.ProfilePictureView
Returns the profile Id for the current profile photo
getToolTipDisplayTime() - Method in class com.facebook.login.widget.LoginButton
Gets the current amount of time (in ms) that the tool tip will be displayed to the user.
getToolTipMode() - Method in class com.facebook.login.widget.LoginButton
Return the current LoginButton.ToolTipMode for this LoginButton
getValue() - Method in enum com.facebook.login.widget.LoginButton.ToolTipMode
 

I

isCropped() - Method in class com.facebook.login.widget.ProfilePictureView
Indicates whether the cropped version of the profile photo has been chosen

L

LARGE - Static variable in class com.facebook.login.widget.ProfilePictureView
Indicates that the profile image should fit in a LARGE X LARGE space, regardless of whether the cropped or un-cropped version is chosen.
Login - Class in com.facebook.login
 
Login() - Constructor for class com.facebook.login.Login
 
LoginButton - Class in com.facebook.login.widget
A Log In/Log Out button that maintains login state and logs in/out for the app.
LoginButton(Context) - Constructor for class com.facebook.login.widget.LoginButton
Create the LoginButton by inflating from XML
LoginButton(Context, AttributeSet) - Constructor for class com.facebook.login.widget.LoginButton
Create the LoginButton by inflating from XML
LoginButton(Context, AttributeSet, int) - Constructor for class com.facebook.login.widget.LoginButton
Create the LoginButton by inflating from XML and applying a style.
LoginButton.LoginClickListener - Class in com.facebook.login.widget
 
LoginButton.ToolTipMode - Enum in com.facebook.login.widget
The display modes for the login button tool tip.
LoginClickListener() - Constructor for class com.facebook.login.widget.LoginButton.LoginClickListener
 

N

NORMAL - Static variable in class com.facebook.login.widget.ProfilePictureView
Indicates that the profile image should fit in a NORMAL X NORMAL space, regardless of whether the cropped or un-cropped version is chosen.

O

onAttachedToWindow() - Method in class com.facebook.login.widget.LoginButton
 
onClick(View) - Method in class com.facebook.login.widget.LoginButton.LoginClickListener
 
onDetachedFromWindow() - Method in class com.facebook.login.widget.LoginButton
 
onDetachedFromWindow() - Method in class com.facebook.login.widget.ProfilePictureView
 
onDraw(Canvas) - Method in class com.facebook.login.widget.LoginButton
 
onError(FacebookException) - Method in interface com.facebook.login.widget.ProfilePictureView.OnErrorListener
Called when a network or other error is encountered.
onLayout(boolean, int, int, int, int) - Method in class com.facebook.login.widget.LoginButton
 
onLayout(boolean, int, int, int, int) - Method in class com.facebook.login.widget.ProfilePictureView
In addition to calling super.Layout(), we also attempt to get a new image that is properly sized for the layout dimensions
onMeasure(int, int) - Method in class com.facebook.login.widget.LoginButton
 
onMeasure(int, int) - Method in class com.facebook.login.widget.ProfilePictureView
Overriding onMeasure to handle the case where WRAP_CONTENT might be specified in the layout.
onRestoreInstanceState(Parcelable) - Method in class com.facebook.login.widget.ProfilePictureView
If the passed in state is a Bundle, an attempt is made to restore from it.
onSaveInstanceState() - Method in class com.facebook.login.widget.ProfilePictureView
Some of the current state is returned as a Bundle to allow quick restoration of the ProfilePictureView object in scenarios like orientation changes.
onVisibilityChanged(View, int) - Method in class com.facebook.login.widget.LoginButton
 

P

performLogin() - Method in class com.facebook.login.widget.LoginButton.LoginClickListener
 
performLogout(Context) - Method in class com.facebook.login.widget.LoginButton.LoginClickListener
 
ProfilePictureView - Class in com.facebook.login.widget
View that displays the profile photo of a supplied profile ID, while conforming to user specified dimensions.
ProfilePictureView(Context) - Constructor for class com.facebook.login.widget.ProfilePictureView
Constructor
ProfilePictureView(Context, AttributeSet) - Constructor for class com.facebook.login.widget.ProfilePictureView
Constructor
ProfilePictureView(Context, AttributeSet, int) - Constructor for class com.facebook.login.widget.ProfilePictureView
Constructor
ProfilePictureView.OnErrorListener - Interface in com.facebook.login.widget
Callback interface that will be called when a network or other error is encountered while retrieving profile pictures.

R

registerCallback(CallbackManager, FacebookCallback<LoginResult>) - Method in class com.facebook.login.widget.LoginButton
Registers a login callback to the given callback manager.

S

setAuthType(String) - Method in class com.facebook.login.widget.LoginButton
Sets the authType to be used.
setCropped(boolean) - Method in class com.facebook.login.widget.ProfilePictureView
Sets the profile photo to be the cropped version, or the original version
setDefaultAudience(DefaultAudience) - Method in class com.facebook.login.widget.LoginButton
Sets the default audience to use when the user logs in.
setDefaultProfilePicture(Bitmap) - Method in class com.facebook.login.widget.ProfilePictureView
The ProfilePictureView will display the provided image while the specified profile is being loaded, or if the specified profile is not available.
setDeviceAuthTargetUserId(String) - Method in class com.facebook.login.DeviceLoginManager
Optional.
setDeviceRedirectUri(Uri) - Method in class com.facebook.login.DeviceLoginManager
Set uri to redirect the user to after they complete the device login flow on the external device.
setDeviceRedirectUri(Uri) - Method in class com.facebook.login.widget.DeviceLoginButton
Set uri to redirect the user to after they complete the device login flow on the external device.
setLoginBehavior(LoginBehavior) - Method in class com.facebook.login.widget.LoginButton
Sets the login behavior during authorization.
setLoginText(String) - Method in class com.facebook.login.widget.LoginButton
 
setLogoutText(String) - Method in class com.facebook.login.widget.LoginButton
 
setNuxDisplayTime(long) - Method in class com.facebook.login.widget.ToolTipPopup
Set the time (in milliseconds) the tool tip will be displayed.
setOnErrorListener(ProfilePictureView.OnErrorListener) - Method in class com.facebook.login.widget.ProfilePictureView
Sets an OnErrorListener for this instance of ProfilePictureView to call into when certain errors occur.
setPermissions(List<String>) - Method in class com.facebook.login.widget.LoginButton
Set the permissions to use when the user logs in.
setPermissions(String...) - Method in class com.facebook.login.widget.LoginButton
Set the permissions to use when the user logs in.
setPresetSize(int) - Method in class com.facebook.login.widget.ProfilePictureView
Apply a preset size to this profile photo
setProfileId(String) - Method in class com.facebook.login.widget.ProfilePictureView
Sets the profile Id for this profile photo
setPublishPermissions(List<String>) - Method in class com.facebook.login.widget.LoginButton
Deprecated.
use setPermissions
setPublishPermissions(String...) - Method in class com.facebook.login.widget.LoginButton
Deprecated.
use setPermissions
setReadPermissions(List<String>) - Method in class com.facebook.login.widget.LoginButton
Deprecated.
use setPermissions
setReadPermissions(String...) - Method in class com.facebook.login.widget.LoginButton
Deprecated.
use setPermissions
setStyle(ToolTipPopup.Style) - Method in class com.facebook.login.widget.ToolTipPopup
Sets the ToolTipPopup.Style of this tool tip.
setToolTipDisplayTime(long) - Method in class com.facebook.login.widget.LoginButton
Sets the amount of time (in milliseconds) that the tool tip will be shown to the user.
setToolTipMode(LoginButton.ToolTipMode) - Method in class com.facebook.login.widget.LoginButton
Sets the mode of the Tool Tip popup.
setToolTipStyle(ToolTipPopup.Style) - Method in class com.facebook.login.widget.LoginButton
Sets the style (background) of the Tool Tip popup.
show() - Method in class com.facebook.login.widget.ToolTipPopup
Display this tool tip to the user
SMALL - Static variable in class com.facebook.login.widget.ProfilePictureView
Indicates that the profile image should fit in a SMALL X SMALL space, regardless of whether the cropped or un-cropped version is chosen.

T

TAG - Static variable in class com.facebook.login.widget.ProfilePictureView
Tag used when logging calls are made by ProfilePictureView
ToolTipPopup - Class in com.facebook.login.widget
This displays a popup tool tip for a specified view.
ToolTipPopup(String, View) - Constructor for class com.facebook.login.widget.ToolTipPopup
Create a new ToolTipPopup
ToolTipPopup.Style - Enum in com.facebook.login.widget
The values here describe the styles available for the tool tip class.
toString() - Method in enum com.facebook.login.widget.LoginButton.ToolTipMode
 

U

unregisterCallback(CallbackManager) - Method in class com.facebook.login.widget.LoginButton
Unregisters a login callback to the given callback manager.

V

valueOf(String) - Static method in enum com.facebook.login.widget.LoginButton.ToolTipMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.login.widget.ToolTipPopup.Style
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.facebook.login.widget.LoginButton.ToolTipMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.login.widget.ToolTipPopup.Style
Returns an array containing the constants of this enum type, in the order they are declared.
C D F G I L N O P R S T U V 
Skip navigation links