VideoOptions

public final class VideoOptions


Options for controlling video playback in supported ad formats (e.g. Native Express).

Summary

Nested types

public final class VideoOptions.Builder

Builder for VideoOptions.

Public fields

final boolean
final boolean
final boolean

Public methods

boolean

Returns true if click to expand behavior is requested.

boolean

Returns true if custom video controls are requested.

boolean

Returns the initial mute state of the video.

Public fields

clickToExpandRequested

public final boolean clickToExpandRequested

customControlsRequested

public final boolean customControlsRequested

startMuted

public final boolean startMuted

Public methods

getClickToExpandRequested

public boolean getClickToExpandRequested()

Returns true if click to expand behavior is requested.

getCustomControlsRequested

public boolean getCustomControlsRequested()

Returns true if custom video controls are requested.

getStartMuted

public boolean getStartMuted()

Returns the initial mute state of the video.