SDK Event names

Enumeration Members

SubscriptionChanged

Triggered when the subscription changed The subscription state is given as detail

UiComponentDrawn

Triggered when a component has been drawn

UiComponentReady

Triggered when a module has been initialized The component code and the component itself is given as detail. The component is not necessarily drawn though.

UiReady

Triggered when the ui component handler has been initialized, and you can start to draw your component.