Interface GetPersonInfoAsyncErrorCallback


  • public interface GetPersonInfoAsyncErrorCallback
    Callback for exceptions which can occur while obtaining the PersonInfo asynchronously from the UnbluClient
    • Method Detail

      • onError

        void onError​(UnbluClientErrorType errorType,
                     java.lang.String errorMessage)
        Error of type UnbluClientErrorType occurred. See errorMessage for details.
        Parameters:
        errorType - error type object
        errorMessage - error details