GoogleMobileAds Framework Reference

  • GADAdSize is a struct representing an ad size.

  • The size property indicates the ad's dimensions and should not be modified directly.

  • The flags property is a reserved value.

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