AI-generated Key Takeaways
-
GADNativeMuteThisAdLoaderOptions
provides options for controlling the "Mute This Ad" feature in native ads. -
The
customMuteThisAdRequested
property, enabled by default, determines whether the custom "Mute This Ad" experience is requested. -
Setting
customMuteThisAdRequested
toYES
enables the custom "Mute This Ad" feature, whileNO
disables it.
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;