Facebook.ServiceListener
이 클래스는 더 이상 최신 버전의 SDK에서 사용할 수 없습니다.
이 클래스의 최신 버전을 사용할 수 있습니다. 확인해보세요 최신 버전.

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.

패키지:android
인스턴스 메서드
onComplete(Bundle)

Called when a service request completes.

public void onComplete(Bundle values)
매개변수설명
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)
매개변수설명
e
onError(Error)

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

public void onError(Error e)
매개변수설명
e