VersionInfo

class VersionInfo


Version info for SecureSignals adapters and for third party SDKs that collect SecureSignals.

Summary

Public constructors

VersionInfo(majorVersion: Int, minorVersion: Int, microVersion: Int)

Creates a new VersionInfo object that will contain the version of an rtb adapter or third party SDK.

Public functions

String!

Public properties

Int

Major version.

Int

Micro version.

Int

Minor version.

Public constructors

VersionInfo

VersionInfo(majorVersion: Int, minorVersion: Int, microVersion: Int)

Creates a new VersionInfo object that will contain the version of an rtb adapter or third party SDK.

Public functions

toString

fun toString(): String!

Public properties

majorVersion

val majorVersionInt

Major version.

microVersion

val microVersionInt

Micro version.

minorVersion

val minorVersionInt

Minor version.