GoogleInteractiveMediaAds Framework Reference

  • IMAVersion is an NSObject class with properties for major, minor, and patch versions.

  • The majorVersion property represents the major version number.

  • The minorVersion property represents the minor version number.

  • The patchVersion property represents the patch version number.

IMAVersion

@interface IMAVersion : NSObject

Represents the IMA SDK version number.

  • Major version.

    Declaration

    Swift

    var majorVersion: Int { get set }

    Objective-C

    @property (nonatomic) NSInteger majorVersion;
  • Minor version.

    Declaration

    Swift

    var minorVersion: Int { get set }

    Objective-C

    @property (nonatomic) NSInteger minorVersion;
  • Patch version.

    Declaration

    Swift

    var patchVersion: Int { get set }

    Objective-C

    @property (nonatomic) NSInteger patchVersion;