Share your feedback and help shape the Google Mobile Ads SDK roadmap. Take the Google Mobile Ads SDK Annual Survey for 2023 before it closes on May 5th, 2023.

GoogleMobileAds Framework Reference

Stay organized with collections Save and categorize content based on your preferences.

GADVideoOptions

@interface 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 }

    Objective-C

    @property (nonatomic) BOOL startMuted;
  • Indicates whether the requested video should have custom controls enabled for play/pause/mute/unmute.

    Declaration

    Swift

    var customControlsRequested: Bool { get set }

    Objective-C

    @property (nonatomic) BOOL customControlsRequested;
  • Indicates whether the requested video should have the click to expand behavior.

    Declaration

    Swift

    var clickToExpandRequested: Bool { get set }

    Objective-C

    @property (nonatomic) BOOL clickToExpandRequested;