PlayerInterfaceLibraryInfo

Information about the library such as version and name.

Properties

Link copied to clipboard
const val MAJOR_VERSION: Int

The Major version of the library

Link copied to clipboard
const val MINOR_VERSION: Int

The Minor version of the library

Link copied to clipboard
const val PATCH_VERSION: Int

The Path version of the library

Link copied to clipboard
const val VERSION: String

The version of the library expressed as a string, for example "1.2.3".

Link copied to clipboard
const val VERSION_INT: Int

The version of the library expressed as an integer, for example 1002003.

Link copied to clipboard

The version of the library expressed as {@code "PlayerInterface/" + VERSION}.