Interface GetPersonInfoAsyncErrorCallback


public interface GetPersonInfoAsyncErrorCallback
Callback for exceptions which can occur while obtaining the PersonInfo asynchronously from the UnbluVisitorClient.getPersonInfoAsync()
  • Method Details

    • onError

      void onError(UnbluClientErrorType errorType, String errorMessage)
      Called when an error of type UnbluClientErrorType occurs. See errorMessage for details.
      Parameters:
      errorType - The type of error
      errorMessage - Detailed message about the error. Can be null. If present, the message is intended for internal purposes only and isn't localized.