Interface InitializeSuccessCallback<T extends UnbluClient>


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

    Modifier and Type
    Method
    Description
    void
    onSuccess(T instance)
    Called after the called operation was successfully executed
  • Method Details

    • onSuccess

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