FacebookCallback
Đã 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.

A callback class for the Facebook SDK.

Gói:facebook
Phương thức thực thể
onSuccess(Object)

Called when the dialog completes without error

public void onSuccess(Object result)
Thông sốMô tả
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)
Thông sốMô tả
errorThe error that occurred