Interface GetPersonInfoAsyncErrorCallback

    • Method Detail

      • onError

        void onError​(UnbluClientErrorType errorType,
                     java.lang.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.