GoogleMobileAds Framework Reference

  • GADNativeMuteThisAdLoaderOptions provides options for the Mute This Ad feature.

  • The customMuteThisAdRequested property is used to request the custom Mute This Ad feature.

  • By default, customMuteThisAdRequested is set to YES.

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;