Platform

enum Platform : Enum<Platform>

See also

Entries

Link copied to clipboard
WINDOWS(1, 3)
Link copied to clipboard
MOBILE(2, 2)
Link copied to clipboard
IOS(3, 1)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int
Link copied to clipboard
val platformId: Int
Link copied to clipboard
val terminalId: Int