Platform
This singleton class provides information about the current platform.
Properties
Get the current architecture without information about the OS
Get the current OS without information about the architecture
Get information about the current OS.
Whether the current platform is Android on the JVM (excluding Native)
Whether the current platform is Android Native (excluding JVM)
Whether the current platform is Desktop on the JVM (excluding Native targets)
Whether the current platform is Desktop Native (including Mac, Linux and Windows, excluding JVM)
Whether the current platform is "normal" Javascript
Whether the current platform is the JVM (including Desktop and Android JVM)
Whether the current platform is Linux on the JVM (excluding Native target)
Whether the current platform is Linux Native (excluding JVM)
Whether the current platform is Mac on the JVM (excluding Native target)
Whether the current platform is Mac Native (excluding JVM)
Whether the current platform is Windows (including JVM and Native target)
Whether the current platform is Windows on the JVM (excluding Native target)
Whether the current platform is Windows Native (excluding JVM)