commit | author | age | ||
96fe76 | 1 | // |
L | 2 | // GADNativeMuteThisAdLoaderOptions.h |
3 | // Google Mobile Ads SDK | |
4 | // | |
5 | // Copyright 2018 Google LLC. All rights reserved. | |
6 | // | |
7 | ||
8 | #import <GoogleMobileAds/GADAdLoader.h> | |
9 | ||
10 | /// Mute This Ad options. | |
11 | @interface GADNativeMuteThisAdLoaderOptions : GADAdLoaderOptions | |
12 | ||
13 | /// Set to YES to request the custom Mute This Ad feature. By default, this property's value is YES. | |
14 | @property(nonatomic) BOOL customMuteThisAdRequested; | |
15 | ||
16 | @end |