Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 567 Bytes

isApple.markdown

File metadata and controls

22 lines (14 loc) · 567 Bytes

device.isApple

 
Type Boolean
Library device.*
Keywords device, Apple
See also Sample code

Overview

This property indicates whether the device running the application is an Apple device.

Example

local device = require 'plugin.device'

print( device.isApple )