public class InneractiveNativeVideoContentController
extends com.fyber.inneractive.sdk.flow.InneractiveVideoContentControllerBase
| Modifier and Type | Class and Description |
|---|---|
static interface |
InneractiveNativeVideoContentController.Renderer
Interface for video view content renderer
|
InneractiveContentController.EventsListener| Constructor and Description |
|---|
InneractiveNativeVideoContentController() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canControl(InneractiveAdSpot adSpot)
Returns true, if this content controller can control the content within the ad spot
|
void |
pauseVideo() |
void |
playVideo() |
void |
setControlledRenderer(InneractiveNativeVideoContentController.Renderer renderer)
Sets the renderer this content controller will control.
|
isOverlayOutside, onCompleted, onPlayerError, onProgress, setOverlayOutsidepublic InneractiveNativeVideoContentController()
public void setControlledRenderer(InneractiveNativeVideoContentController.Renderer renderer)
renderer - public boolean canControl(InneractiveAdSpot adSpot)
com.fyber.inneractive.sdk.flow.InneractiveContentControllerImplcanControl in class com.fyber.inneractive.sdk.flow.InneractiveContentControllerImpl<VideoContentListener>public void playVideo()
public void pauseVideo()