GoogleMobileAds Framework Reference

  • GADNativeMuteThisAdLoaderOptions provides options for controlling the "Mute This Ad" feature in native ads.

  • The customMuteThisAdRequested property, enabled by default, determines whether to request the custom "Mute This Ad" implementation.

GADNativeMuteThisAdLoaderOptions


@interface GADNativeMuteThisAdLoaderOptions : GADAdLoaderOptions

Mute This Ad options.

  • Set to YES to request the custom Mute This Ad feature. By default, this property’s value is YES.

    Declaration

    Swift

    var isCustomMuteThisAdRequested: Bool { get set }

    Objective-C

    @property (nonatomic) BOOL customMuteThisAdRequested;