public static interface AuthManager.NXLCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onComplete(java.lang.String result,
java.lang.Exception ex)
Invoked when the request completes successfully or fails.
|
void onComplete(@NonNull
java.lang.String result,
@NonNull
java.lang.Exception ex)
result - the retrieved result, if successful; null otherwise.ex - a description of the failure, if one occurred; null otherwise.