Type | Boolean |
Library | device.* |
Keywords | device, Windows |
See also | Sample code |
This property indicates whether the device running the application is a Windows device.
local device = require 'plugin.device'
print( device.isWindows )
Type | Boolean |
Library | device.* |
Keywords | device, Windows |
See also | Sample code |
This property indicates whether the device running the application is a Windows device.
local device = require 'plugin.device'
print( device.isWindows )