kplatform
Toggle table of contents
0.6.0
common
Platform filter
common
Switch theme
Search in API
kplatform
kplatform
/
com.giancarlobuenaflor.kplatform
/
OperatingSystem
Operating
System
data
class
OperatingSystem
(
val
family
:
OperatingSystem.Family
,
val
version
:
String
)
Representation of runtime operating system associated with the version.
Members
Constructors
Operating
System
Link copied to clipboard
constructor
(
family
:
OperatingSystem.Family
,
version
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Family
Link copied to clipboard
enum
Family
:
Enum
<
OperatingSystem.Family
>
Properties
family
Link copied to clipboard
val
family
:
OperatingSystem.Family
is
Android
Link copied to clipboard
val
isAndroid
:
Boolean
is
IOS
Link copied to clipboard
val
isIOS
:
Boolean
is
Linux
Link copied to clipboard
val
isLinux
:
Boolean
is
Mac
OS
Link copied to clipboard
val
isMacOS
:
Boolean
is
Tv
OS
Link copied to clipboard
val
isTvOS
:
Boolean
is
Watch
OS
Link copied to clipboard
val
isWatchOS
:
Boolean
is
Windows
Link copied to clipboard
val
isWindows
:
Boolean
version
Link copied to clipboard
val
version
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String