|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Facebook.ServiceListener
Callback interface for service requests.
THIS CLASS SHOULD BE CONSIDERED DEPRECATED. All public members of this class are intentionally deprecated. New code should instead useSession
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.
Method Summary | |
---|---|
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. |
Method Detail |
---|
void onComplete(Bundle values)
values
- Key-value string pairs extracted from the response.void onFacebookError(FacebookError e)
void onError(Error e)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |