| Package | Description |
|---|---|
| com.facebook | |
| com.facebook.widget |
| Modifier and Type | Method and Description |
|---|---|
static SessionDefaultAudience |
SessionDefaultAudience.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SessionDefaultAudience[] |
SessionDefaultAudience.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.setDefaultAudience(SessionDefaultAudience defaultAudience)
Sets the defaultAudience for the OpenRequest.
|
Session.NewPermissionsRequest |
Session.NewPermissionsRequest.setDefaultAudience(SessionDefaultAudience defaultAudience)
Sets the defaultAudience for the OpenRequest.
|
| Modifier and Type | Method and Description |
|---|---|
SessionDefaultAudience |
LoginButton.getDefaultAudience()
Gets the default audience to use when the session is opened.
|
SessionDefaultAudience |
UserSettingsFragment.getDefaultAudience()
Gets the default audience to use when the session is opened.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LoginButton.setDefaultAudience(SessionDefaultAudience defaultAudience)
Sets the default audience to use when the session is opened.
|
void |
UserSettingsFragment.setDefaultAudience(SessionDefaultAudience defaultAudience)
Sets the default audience to use when the session is opened.
|
Copyright © 2013. All Rights Reserved.