GoogleMobileAds Framework Reference

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 customMuteThisAdRequested: Bool { get set }

    Objective-C

    @property (nonatomic) BOOL customMuteThisAdRequested;