Constant
TargetAndroid
Description
Used to indicate that you are compiling code for Android.
Usage
result = TargetAndroid
Part |
Type |
Description |
---|---|---|
result |
Returns True if you are compiling or running for Android. |
Compatibility
All project types on all supported operating systems.
See also
DebugBuild, XojoVersion, XojoVersionString, TargetBigEndian, TargetDesktop, TargetMacOS, TargetMobile, TargetLinux, TargetLittleEndian, TargetWeb, TargetWindows, TargetX86, TargetARM constants; #If...#Endif statement.