GoogleMobileAds Framework Reference

GADVideoOptions

class GADVideoOptions : GADAdLoaderOptions

Video ad options.

  • Indicates whether videos should start muted. By default this property value is YES.

    Declaration

    Swift

    var startMuted: Bool { get set }
  • Indicates whether the requested video should have custom controls enabled for play/pause/mute/unmute.

    Declaration

    Swift

    var customControlsRequested: Bool { get set }
  • Indicates whether the requested video should have the click to expand behavior.

    Declaration

    Swift

    var clickToExpandRequested: Bool { get set }