T
- The returned object type.public interface SocialIdCallback<T>
Modifier and Type | Method and Description |
---|---|
void |
onError(SocialIdException e)
Callback called on API error.
|
void |
onSuccess(T result)
Callback called on API success.
|
void onSuccess(T result)
result
- The return object. Its type depends on the API.void onError(SocialIdException e)
e
- The exception