| java.lang.Object | |
| ↳ | com.google.android.gms.ads.VideoController |
An object that provides playback control for video ads.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| VideoController.VideoLifecycleCallbacks | An interface for objects that receive callbacks for video events. | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the previously provided
VideoController.VideoLifecycleCallbacks or null if no instance was
provided. | |||||||||||
Returns true if the current ad has video content.
| |||||||||||
Set a listener that will receive callbacks for video events.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Returns the previously provided VideoController.VideoLifecycleCallbacks or null if no instance was
provided.
Returns true if the current ad has video content.
Set a listener that will receive callbacks for video events.
| callbacks | the object that is to receive lifecyle callbacks |
|---|
| NullPointerException | if callbacks is null |
|---|