public static interface Facebook.ServiceListener
Session
to manage session state.
Adding @Deprecated to this class causes warnings in other deprecated classes
that reference this one. That is the only reason this entire class is not
deprecated.Modifier and Type | Method and Description |
---|---|
void |
onComplete(Bundle values)
Called when a service request completes.
|
void |
onError(Error e)
Called when a Facebook Service responds to the request with an error.
|
void |
onFacebookError(FacebookError e)
Called when a Facebook server responds to the request with an error.
|
void onComplete(Bundle values)
values
- Key-value string pairs extracted from the response.void onFacebookError(FacebookError e)
void onError(Error e)