|
||||||||||
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.
Method Summary | |
---|---|
void |
onComplete(android.os.Bundle values)
Called when a service request completes. |
void |
onError(java.lang.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(android.os.Bundle values)
values
- Key-value string pairs extracted from the response.void onFacebookError(FacebookError e)
void onError(java.lang.Error e)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |