GoogleMobileAds Framework Reference

  • GADVersionNumber struct provides version number information.

  • It includes majorVersion, minorVersion, and patchVersion properties to represent the respective parts of the version number.

  • These properties are accessible in both Swift and Objective-C, using Int and NSInteger types respectively.

GADVersionNumber

struct GADVersionNumber {}

Version number information.

  • Major version.

    Declaration

    Swift

    var majorVersion: Int

    Objective-C

    NSInteger majorVersion
  • Minor version.

    Declaration

    Swift

    var minorVersion: Int

    Objective-C

    NSInteger minorVersion
  • Patch version.

    Declaration

    Swift

    var patchVersion: Int

    Objective-C

    NSInteger patchVersion