public interface FacebookCallback<RESULT>
Modifier and Type | Method and Description |
---|---|
void |
onCancel()
Called when the dialog is canceled.
|
void |
onError(FacebookException error)
Called when the dialog finishes with an error.
|
void |
onSuccess(RESULT result)
Called when the dialog completes without error.
|
void onSuccess(RESULT result)
onCancel()
if any of the following conditions
are true.
MessageDialog
is used.
result
- Result from the dialogvoid onCancel()
onSuccess(Object)
will be called instead if any of the following conditions
are true.
MessageDialog
is used.
void onError(FacebookException error)
error
- The error that occurred