Interface InitializeSuccessCallback<T extends UnbluClient>


  • public interface InitializeSuccessCallback<T extends UnbluClient>
    Callback which is triggered if initialization was successful.
    • Method Detail

      • onSuccess

        void onSuccess​(T instance)
        Called after the called operation was successfully executed
        Parameters:
        instance - The initialized UnbluClient instance value of the operation