public class InneractiveAdViewVideoContentController
extends com.fyber.inneractive.sdk.flow.InneractiveVideoContentControllerBase
| Constructor and Description |
|---|
InneractiveAdViewVideoContentController() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canControl(InneractiveAdSpot adSpot) |
void |
pauseVideo()
Call this method if you want the video to pause playing, and you have disabled auto-pause through the config
|
void |
playVideo()
Call this method if you want the video to start playing, and you have disabled auto-play through the config
|
void |
setControlledRenderer(com.fyber.inneractive.sdk.renderers.InneractiveFullscreenVideoAdRenderer renderer)
Sets the renderer this content controller will control.
|
public InneractiveAdViewVideoContentController()
public void setControlledRenderer(com.fyber.inneractive.sdk.renderers.InneractiveFullscreenVideoAdRenderer renderer)
renderer - public void playVideo()
public void pauseVideo()
public boolean canControl(InneractiveAdSpot adSpot)