spotify-web-api-kotlin
/
com.adamratzman.spotify.utils
/
Platform
common
Platform
enum
Platform
:
Enum
<
Platform
>
Content copied to clipboard
Actual platforms that this program can be run on.
Entries
Functions
Properties
Sources
Entries
JVM
Link copied to clipboard
common
JVM
()
Content copied to clipboard
ANDROID
Link copied to clipboard
common
ANDROID
()
Content copied to clipboard
JS
Link copied to clipboard
common
JS
()
Content copied to clipboard
NATIVE
Link copied to clipboard
common
NATIVE
()
Content copied to clipboard
Functions
compareTo
Link copied to clipboard
common
operator override fun
compareTo
(other:
Platform
):
Int
Content copied to clipboard
equals
Link copied to clipboard
common
operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
common
override fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
common
open override fun
toString
():
String
Content copied to clipboard
Properties
name
Link copied to clipboard
common
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
common
val
ordinal
:
Int
Content copied to clipboard
Sources
(source)
Link copied to clipboard