public class PlatformFactory
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ANDROID |
static java.lang.String |
DESKTOP |
static java.lang.String |
IOS |
Constructor and Description |
---|
PlatformFactory() |
Modifier and Type | Method and Description |
---|---|
static Platform |
getPlatform()
Get a
Platform implementation that matches the runtime platform. |
public static final java.lang.String ANDROID
public static final java.lang.String DESKTOP
public static final java.lang.String IOS