The SubscriberController is responsible for all listeners which can influence the application-state from outside. Callbacks inside this controller can be set by window.SDK.subscriber.{method-name}

Hierarchy

  • SubscriberController

Methods

  • Listener on connectors, if this changes, this listener will get triggered with the updates

    Parameters

    • connectors: string

      Stringified array of ConnectorInstance type

    Returns void

  • Listener on when variables change

    Parameters

    • variablesJson: string

      Stringified array of Variable

    Returns void

Generated using TypeDoc