Create a free ticket and our support team will provide you necessary assistance.
Method | Returns | Return type | Description |
---|---|---|---|
getStormLibrary() | Assigned Storm Library object | StormLibrary | Returns assigned StormLibrary object that was attached to the interface. |
getExoPlayerView() | ExoPlayer View | PlayerView | Returns an object of PlayerView class. |
setStormLibrary(StormLibrary stormLibrary) | - | void | Assigns a StormLibrary object to the interface. |
isFullscreen() | true if in fullscreen mode, otherwise false. | boolean | Returns true/false whenever player is or not in a fullscreen mode. |
enterFullScreen() | - | void | Forces player to activate the fullscreen mode. |
exitFullScreen() | - | void | Forces player to exit the fullscreen mode. |
addEventListener(StormLibrary.EventListener e) | - | void | Registers a new event listener with the player object. |
removeEventListener(StormLibrary.EventListener e) | - | void | Removes an event listener from the player object. |
Create a free ticket and our support team will provide you necessary assistance.