initPublisher function

  1. @JS()
JSPublisher initPublisher(
  1. JSString targetElement,
  2. JSSessionProperties properties,
  3. JSErrorCallback completionHandler
)

Implementation

@JS()
external JSPublisher initPublisher(
  JSString targetElement,
  JSSessionProperties properties,
  JSErrorCallback completionHandler,
);