Interface VantiqSubscriberLifecycleListener


public interface VantiqSubscriberLifecycleListener
Interface for listening to VantiqSubscriber lifecycle events
  • Method Details

    • onConnect

      void onConnect()
    • onError

      void onError(String message, okhttp3.ResponseBody body)
    • onFailure

      void onFailure(Throwable t)
    • onClose

      void onClose()