T - public interface GDXFacebookCallback<T extends Result>
| Modifier and Type | Method and Description |
|---|---|
void |
onCancel()
Called when the request is canceled by the user or anything else.
|
void |
onError(GDXFacebookError error)
Called on error.
|
void |
onFail(java.lang.Throwable t)
Called when a technical error with the connection occurs.
|
void |
onSuccess(T result)
Called when the request returned successfully.
|
void onSuccess(T result)
result - void onError(GDXFacebookError error)
error - void onFail(java.lang.Throwable t)
t - void onCancel()