GoogleMobileAds Framework Reference

  • GADAdSize is a structure in Google's Mobile Ads SDK that defines the size of an ad to be displayed.

  • It primarily uses the size property, of type CGSize, to represent the width and height of the ad.

  • The flags property is reserved for internal use and should not be modified.

GADAdSize

struct GADAdSize {}

Ad size.

See

typedef GADAdSize
  • The ad size. Don’t modify this value directly.

    Declaration

    Swift

    var size: CGSize

    Objective-C

    CGSize size
  • Reserved.

    Declaration

    Swift

    var flags: UInt

    Objective-C

    NSUInteger flags