@Emits(events={}) @ListensFor(events={"activityStopped","cuePoint","didSeekTo","progress","fragmentStopped","setVideoStill","willInterruptContent"}) public class VideoStillDisplayComponent extends AbstractComponent implements Component
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TAG |
eventEmitter, listenerTokens| Constructor and Description |
|---|
VideoStillDisplayComponent(android.widget.ImageView view,
EventEmitter eventEmitter)
Initializes this component with the given ImageView and EventEmitter.
|
addListener, addOnceListener, getEventEmitter, removeListener, removeListenerspublic VideoStillDisplayComponent(android.widget.ImageView view,
EventEmitter eventEmitter)
view - the ImageView in which the Video Still image will be loaded.eventEmitter - the EventEmitter to use in this Component