AI-generated Key Takeaways
-
UiManager provides an interface for managing the UI.
-
The setSecondaryImage method allows setting a secondary image by specifying its position and URL.
-
The position parameter for setSecondaryImage must be a cast.framework.ui.SecondaryImagePosition and cannot be null.
-
The url parameter for setSecondaryImage is a string specifying where the secondary image is hosted.
cast.framework.ui. UiManager
Provides an interface for managing the UI.
Method
setSecondaryImage
setSecondaryImage(position, url)
Sets secondary image.
Parameter |
|
---|---|
position |
cast.framework.ui.SecondaryImagePosition The position where the secondary UI should be rendered. Value must not be null. |
url |
string The URL where the secondary image is hosted. |