GoogleMobileAds Framework Reference

  • GADMuteThisAdReason is an NSObject class providing a reason for muting an ad.

  • The class includes a reasonDescription property, which is a string detailing the reason for muting the ad.

  • The reasonDescription property is read-only and non-nullable, providing a specific text explanation like "Ad Covered Content".

GADMuteThisAdReason

 @interface GADMuteThisAdReason : NSObject 

Reason for muting the ad.

  • Text that describes the reason for muting this ad. For example “Ad Covered Content”.

    Declaration

    Swift

     var reason: String { get } 
    

    Objective-C

     @property (nonatomic, readonly, nonnull) NSString *reasonDescription; 
    
Design a Mobile Site
View Site in Mobile | Classic
Share by: