Package com.unblu.sdk.core.callback
Interface GetPersonInfoAsyncErrorCallback
public interface GetPersonInfoAsyncErrorCallback
Callback for exceptions which can occur while obtaining the
PersonInfo asynchronously from the UnbluVisitorClient.getPersonInfoAsync()-
Method Summary
Modifier and TypeMethodDescriptionvoidonError(UnbluClientErrorType errorType, String errorMessage) Called when an error of typeUnbluClientErrorTypeoccurs.
-
Method Details
-
onError
Called when an error of typeUnbluClientErrorTypeoccurs. See errorMessage for details.- Parameters:
errorType- The type of errorerrorMessage- Detailed message about the error. Can be null. If present, the message is intended for internal purposes only and isn't localized.
-