fm.liveswitch.PlatformType Enum Reference

A platform specific type. More...

Public Member Functions

 PlatformType (int value)
 
int getAssignedValue ()
 

Static Public Member Functions

 [static initializer]
 
static PlatformType getByAssignedValue (int value)
 

Public Attributes

 Unknown =(1)
 Indicates an unknown or default platform type. More...
 
 Windows =(2)
 Indicates a Windows platform type. More...
 
 Android =(3)
 Indicates an Android platform type. More...
 
 MacOS =(4)
 Indicates a macOS platform type. More...
 
 IOs =(5)
 Indicates a iOS platform type. More...
 
 Linux =(6)
 Indicates a Linux platform type. More...
 
 Maui =(7)
 Indicates a Maui platform type. More...
 
 Unity =(8)
 Indicates a Unity platform type. More...
 
 Chrome =(9)
 Indicates a Browser - Chrome platform type. More...
 
 Safari =(10)
 Indicates a Browser - Safari platform type. More...
 
 Firefox =(11)
 Indicates a Browser - Firefox platform type. More...
 
 Edge =(12)
 Indicates a Browser - Edge platform type. More...
 
 Opera =(13)
 Indicates a Browser - Opera platform type. More...
 
 Ie =(14)
 Indicates a Browser - Internet Explorer platform type. More...
 

Detailed Description

A platform specific type.

Constructor & Destructor Documentation

◆ PlatformType()

fm.liveswitch.PlatformType.PlatformType ( int  value)

Member Function Documentation

◆ [static initializer]()

fm.liveswitch.PlatformType.[static initializer]
static

◆ getAssignedValue()

int fm.liveswitch.PlatformType.getAssignedValue ( )

◆ getByAssignedValue()

static PlatformType fm.liveswitch.PlatformType.getByAssignedValue ( int  value)
static

Member Data Documentation

◆ Android

fm.liveswitch.PlatformType.Android =(3)

Indicates an Android platform type.

◆ Chrome

fm.liveswitch.PlatformType.Chrome =(9)

Indicates a Browser - Chrome platform type.

◆ Edge

fm.liveswitch.PlatformType.Edge =(12)

Indicates a Browser - Edge platform type.

◆ Firefox

fm.liveswitch.PlatformType.Firefox =(11)

Indicates a Browser - Firefox platform type.

◆ Ie

fm.liveswitch.PlatformType.Ie =(14)

Indicates a Browser - Internet Explorer platform type.

◆ IOs

fm.liveswitch.PlatformType.IOs =(5)

Indicates a iOS platform type.

◆ Linux

fm.liveswitch.PlatformType.Linux =(6)

Indicates a Linux platform type.

◆ MacOS

fm.liveswitch.PlatformType.MacOS =(4)

Indicates a macOS platform type.

◆ Maui

fm.liveswitch.PlatformType.Maui =(7)

Indicates a Maui platform type.

◆ Opera

fm.liveswitch.PlatformType.Opera =(13)

Indicates a Browser - Opera platform type.

◆ Safari

fm.liveswitch.PlatformType.Safari =(10)

Indicates a Browser - Safari platform type.

◆ Unity

fm.liveswitch.PlatformType.Unity =(8)

Indicates a Unity platform type.

◆ Unknown

fm.liveswitch.PlatformType.Unknown =(1)

Indicates an unknown or default platform type.

◆ Windows

fm.liveswitch.PlatformType.Windows =(2)

Indicates a Windows platform type.