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.
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 thePlayer
as the first argument and theUIConfig
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.