Facebook.ServiceListener
Lớp này không còn khả dụng trong phiên bản gần đây nhất của SDK.
Đã có phiên bản mới hơn của lớp này. Hãy kiểm tra phiên bản mới nhất.

Callback interface for service requests.

THIS CLASS SHOULD BE CONSIDERED DEPRECATED.

All public members of this class are intentionally deprecated. New code should instead use 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.

Gói:android
Phương thức thực thể
onComplete(Bundle)

Called when a service request completes.

public void onComplete(Bundle values)
Thông sốMô tả
valuesKey-value string pairs extracted from the response.
onFacebookError(FacebookError)

Called when a Facebook server responds to the request with an error.

public void onFacebookError(FacebookError e)
Thông sốMô tả
e
onError(Error)

Called when a Facebook Service responds to the request with an error.

public void onError(Error e)
Thông sốMô tả
e