-
- All Implemented Interfaces:
-
com.brightcove.player.event.Component
@Emits(events = {})@ListensFor(events = {EventType.REGISTER_PLUGIN, EventType.AD_BREAK_STARTED, EventType.SET_SOURCE, EventType.DID_SET_SOURCE, EventType.DID_PLAY, EventType.ERROR}) public class ShutterViewController extends AbstractComponent implements Component
-
-
Constructor Summary
Constructors Constructor Description ShutterViewController(View shutterView, MediaPlayback<out Object> playback, EventEmitter eventEmitter)
-
Method Summary
Modifier and Type Method Description void
hideShutterViewIfVisible()
void
showShutterViewIfEnabled()
Checks if the ShutterView is visible and enable then brings it to the front of the view hierarchy. boolean
isShutterViewVisible()
Checks if ShutterView is visible. -
-
Constructor Detail
-
ShutterViewController
ShutterViewController(View shutterView, MediaPlayback<out Object> playback, EventEmitter eventEmitter)
-
-
Method Detail
-
hideShutterViewIfVisible
void hideShutterViewIfVisible()
-
showShutterViewIfEnabled
void showShutterViewIfEnabled()
Checks if the ShutterView is visible and enable then brings it to the front of the view hierarchy.
-
isShutterViewVisible
boolean isShutterViewVisible()
Checks if ShutterView is visible.
-
-
-
-