Package com.unblu.sdk.core.callback
Interface GetPersonInfoAsyncErrorCallback
-
public interface GetPersonInfoAsyncErrorCallback
Callback for exceptions which can occur while obtaining thePersonInfo
asynchronously from theUnbluClient
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onError(UnbluClientErrorType errorType, java.lang.String errorMessage)
Error of typeUnbluClientErrorType
occurred.
-
-
-
Method Detail
-
onError
void onError(UnbluClientErrorType errorType, java.lang.String errorMessage)
Error of typeUnbluClientErrorType
occurred. See errorMessage for details.- Parameters:
errorType
- error type objecterrorMessage
- error details
-
-