NSDK_Version

@interface NSDK_Version : NSObject

Contains information about the version of the SDK

@author PTV AG Karlsruhe

  • The major version of the SDK.

    Declaration

    Objective-C

    @property (assign, readwrite, atomic) NSInteger majorVersion;

    Swift

    var majorVersion: Int32 { get set }
  • The minor version of the SDK.

    Declaration

    Objective-C

    @property (assign, readwrite, atomic) NSInteger minorVersion;

    Swift

    var minorVersion: Int32 { get set }