| Package | Description |
|---|---|
| com.facebook | |
| com.facebook.widget |
| Modifier and Type | Method and Description |
|---|---|
static SessionLoginBehavior |
SessionLoginBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SessionLoginBehavior[] |
SessionLoginBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Session.OpenRequest |
Session.OpenRequest.setLoginBehavior(SessionLoginBehavior loginBehavior)
Sets the login behavior for the OpenRequest.
|
Session.NewPermissionsRequest |
Session.NewPermissionsRequest.setLoginBehavior(SessionLoginBehavior loginBehavior)
Sets the login behavior for the NewPermissionsRequest.
|
| Modifier and Type | Method and Description |
|---|---|
SessionLoginBehavior |
LoginButton.getLoginBehavior()
Gets the login behavior for the session that will be opened.
|
SessionLoginBehavior |
UserSettingsFragment.getLoginBehavior()
Gets the login behavior for the session that will be opened.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LoginButton.setLoginBehavior(SessionLoginBehavior loginBehavior)
Sets the login behavior for the session that will be opened.
|
void |
UserSettingsFragment.setLoginBehavior(SessionLoginBehavior loginBehavior)
Sets the login behavior for the session that will be opened.
|
Copyright © 2013. All Rights Reserved.