Class fever.core.client.ClientPlatform

Description

Enumeration of constant values that indicate the client os platform.

Take a look at ClientContext to see example.

See Also

Field Index

LINUX, MACOS, UNKNOW, WINDOWS

Field Detail

UNKNOW

static public UNKNOW:Number
Unknow os type.

WINDOWS

static public WINDOWS:Number
Windows platform.

LINUX

static public LINUX:Number
Linux platform.

MACOS

static public MACOS:Number
Mac OS platform.