|
Essential Kit
|
Object represents an immutable, read-only object that combines a string value with a platform.
Static Public Member Functions | |
| static RuntimePlatformConstant | iOS (string value) |
| Returns a new instance of RuntimePlatformConstant, containing a string value functional only on iOS platform. | |
| static RuntimePlatformConstant | tvOS (string value) |
| Returns a new instance of RuntimePlatformConstant, containing a string value functional only on tvOS platform. | |
| static RuntimePlatformConstant | Android (string value) |
| Returns a new instance of RuntimePlatformConstant, containing a string value functional only on Android platform. | |
| static RuntimePlatformConstant | Current (string value) |
| Returns a new instance of RuntimePlatformConstant, containing a string value associated with active platform. | |
Properties | |
| RuntimePlatform | Platform [get] |
| Gets the runtime platform associated with string value. | |
| string | Value [get] |
| Gets the string value. | |
|
static |
| value | The string value associated with iOS platform. |
|
static |
| value | The string value associated with tvOS platform. |
|
static |
| value | The string value associated with Android platform. |
|
static |
| value | The string value associated with active platform. |
|
get |
The enum value indicates the platform to which string value belongs.
|
get |
The string value.