Constant
TargetMobileDevice
Description
If True indicates that your code is running on an actual mobile device as opposed to a simulator.
Usage
result = TargetMobileDevice
Part |
Type |
Description |
---|---|---|
result |
Returns True if you are compiling/running on an actual mobile device. |
Compatibility
Mobile projects types on all supported operating systems.
See also
TargetAndroid, TargetMobileSimulator, DebugBuild, XojoVersion, XojoVersionString, TargetBigEndian, TargetiOS, TargetLittleEndian, TargetMobile, TargetARM constants; #If...#Endif statement.