Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 558 Bytes

is_iPod.markdown

File metadata and controls

22 lines (14 loc) · 558 Bytes

device.is_iPod

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

Overview

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

Example

local device = require 'plugin.device'

print( device.is_iPod )