Skip to main content
Version: 1.x

Enum SupportedPlatform

Platforms supported by the native ODIN runtime

Declaration
public enum SupportedPlatform

Fields

Android

Declaration
Android = 0

iOS

Declaration
iOS = 1

MacOSX

Declaration
MacOSX = 2

Linux

Declaration
Linux = 3

Windows

Declaration
Windows = 4