WebDialog.OnCompleteListener
이 클래스는 더 이상 최신 버전의 SDK에서 사용할 수 없습니다.

Interface that implements a listener to be called when the user's interaction with the dialog completes, whether because the dialog finished successfully, or it was cancelled, or an error was encountered.

패키지:widget
인스턴스 메서드
onComplete(Bundle, FacebookException)

Called when the dialog completes.

public void onComplete(Bundle values, FacebookException error)
매개변수설명
valuesOn success, contains the values returned by the dialog
errorOn an error, contains an exception describing the error