WebDialog.OnCompleteListener
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.

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.

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

Called when the dialog completes.

public void onComplete(Bundle values, FacebookException error)
Thông sốMô tả
valuesOn success, contains the values returned by the dialog
errorOn an error, contains an exception describing the error