PlatformInfo

data class PlatformInfo(val platformType: String, val osType: String? = null)

Platform Info holding data of current platform and OS Type

Author

Gowtham KK

Since

13.00.01

Parameters

platformType

Type of Platform

osType

Type of OS

Constructors

Link copied to clipboard
constructor(platformType: String, osType: String? = null)

Creates instance of PlatformInfo

Properties

Link copied to clipboard
val osType: String? = null

Type of OS. This field will have value only for TV platforms otherwise null

Link copied to clipboard

Type of Platform