uiManagerFactoryFunction

open override val uiManagerFactoryFunction: String

Specifies the function name that will be used to initialize the UIManager for the Bitmovin Player Web UI.

The function is called on the window object with the Player as the first argument and the UIConfig as the second argument.

Example: When you added a new function or want to use a different function of our UIFactory, you can specify the full qualifier name including namespaces. e.g. bitmovin.playerui.UIFactory.buildDefaultSmallScreenUI for the SmallScreenUi

Notes:

  • It's not necessary to use our UIFactory. Any static function can be specified.