Package com.naver.ads.video.player
Class DefaultResolvedAdViewGroup.RenderingOptions
-
- All Implemented Interfaces:
public final class DefaultResolvedAdViewGroup.RenderingOptionsRepresents a visibility options for user interactions.
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanshowPlaybackControlButtonprivate final BooleanshowMuteControlButtonprivate final BooleanshowCloseButtonprivate final BooleanshowTimeBarprivate final BooleanshowCtaButton
-
Method Summary
Modifier and Type Method Description final BooleangetShowPlaybackControlButton()If true, the playback control button is enabled. final BooleangetShowMuteControlButton()If true, the mute control button is enabled. final BooleangetShowCloseButton()If true, the close button is enabled. final BooleangetShowTimeBar()If true, the time bar is enabled. final BooleangetShowCtaButton()If true, the cta button is enabled. -
-
Method Detail
-
getShowPlaybackControlButton
final Boolean getShowPlaybackControlButton()
If true, the playback control button is enabled.
-
getShowMuteControlButton
final Boolean getShowMuteControlButton()
If true, the mute control button is enabled.
-
getShowCloseButton
final Boolean getShowCloseButton()
If true, the close button is enabled.
-
getShowTimeBar
final Boolean getShowTimeBar()
If true, the time bar is enabled.
-
getShowCtaButton
final Boolean getShowCtaButton()
If true, the cta button is enabled.
-
-
-
-