core
/
org.jetbrains.dokka
/
Platform
Platform
enum
Platform
:
Enum
<
Platform
>
Content copied to clipboard
Entries
Types
Functions
Properties
Entries
jvm
Link copied to clipboard
jvm
("jvm")
Content copied to clipboard
js
Link copied to clipboard
js
("js")
Content copied to clipboard
native
Link copied to clipboard
native
("native")
Content copied to clipboard
common
Link copied to clipboard
common
("common")
Content copied to clipboard
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Functions
compareTo
Link copied to clipboard
operator override fun
compareTo
(other:
Platform
):
Int
Content copied to clipboard
equals
Link copied to clipboard
operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
finalize
Link copied to clipboard
fun
finalize
()
Content copied to clipboard
getDeclaringClass
Link copied to clipboard
fun
getDeclaringClass
():
Class
<
Platform
>
Content copied to clipboard
hashCode
Link copied to clipboard
override fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
open override fun
toString
():
String
Content copied to clipboard
Properties
key
Link copied to clipboard
val
key
:
String
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard