Platform

enum Platform : Enum<Platform>

Actual platforms that this program can be run on.

Entries

JVM
Link copied to clipboard
common
JVM()
ANDROID
Link copied to clipboard
common
JS
Link copied to clipboard
common
JS()
NATIVE
Link copied to clipboard
common

Functions

compareTo
Link copied to clipboard
common
operator override fun compareTo(other: Platform): Int
equals
Link copied to clipboard
common
operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
override fun hashCode(): Int
toString
Link copied to clipboard
common
open override fun toString(): String

Properties

name
Link copied to clipboard
common
val name: String
ordinal
Link copied to clipboard
common
val ordinal: Int

Sources

(source)
Link copied to clipboard