Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 562 Bytes

isNook.markdown

File metadata and controls

22 lines (14 loc) · 562 Bytes

device.isNook

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

Overview

This property indicates whether the device running the application is a Nook device.

Example

local device = require 'plugin.device'

print( device.isNook )