Classes

The following classes are available globally.

  • EventBus

    In charge of watching a subscriber / webview-wkwebview pair. Deals with any request from the user side, as well as the watched pair, and forward them to the dispatcher.

    See more

    Declaration

    Swift

    public class EventBus: NSObject, IUIWebViewObserver, IWKWebViewObserver
  • Caravel

    Main class of the library. Dispatches events among buses.

    See more

    Declaration

    Swift

    public class Caravel