GoogleMobileAds Framework Reference

  • The GADVersionNumber struct provides version number information.

  • It includes majorVersion, minorVersion, and patchVersion properties to represent the version components.

  • Each version component is accessible as an integer using properties like majorVersion, minorVersion, and patchVersion in both Swift and Objective-C.

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