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... | |
A platform specific type.
| fm.liveswitch.PlatformType.PlatformType | ( | int | value | ) |
|
static |
| int fm.liveswitch.PlatformType.getAssignedValue | ( | ) |
|
static |
| fm.liveswitch.PlatformType.Android =(3) |
Indicates an Android platform type.
| fm.liveswitch.PlatformType.Chrome =(9) |
Indicates a Browser - Chrome platform type.
| fm.liveswitch.PlatformType.Edge =(12) |
Indicates a Browser - Edge platform type.
| fm.liveswitch.PlatformType.Firefox =(11) |
Indicates a Browser - Firefox platform type.
| fm.liveswitch.PlatformType.Ie =(14) |
Indicates a Browser - Internet Explorer platform type.
| fm.liveswitch.PlatformType.IOs =(5) |
Indicates a iOS platform type.
| fm.liveswitch.PlatformType.Linux =(6) |
Indicates a Linux platform type.
| fm.liveswitch.PlatformType.MacOS =(4) |
Indicates a macOS platform type.
| fm.liveswitch.PlatformType.Maui =(7) |
Indicates a Maui platform type.
| fm.liveswitch.PlatformType.Opera =(13) |
Indicates a Browser - Opera platform type.
| fm.liveswitch.PlatformType.Safari =(10) |
Indicates a Browser - Safari platform type.
| fm.liveswitch.PlatformType.Unity =(8) |
Indicates a Unity platform type.
| fm.liveswitch.PlatformType.Unknown =(1) |
Indicates an unknown or default platform type.
| fm.liveswitch.PlatformType.Windows =(2) |
Indicates a Windows platform type.