FacebookCallback
이 클래스의 최신 버전을 사용할 수 있습니다. 확인해보세요 최신 버전.

A callback class for the Facebook SDK.

패키지:facebook
인스턴스 메서드
onSuccess(Object)

Called when the dialog completes without error

public void onSuccess(Object result)
매개변수설명
resultResult from the dialog
onCancel()

Called when the dialog is canceled

public void onCancel()
onError(FacebookException)

Called when the dialog finishes with an error

public void onError(FacebookException error)
매개변수설명
errorThe error that occurred