Skip to content

PKDEVICE.droidTablet

kerrishotts edited this page Nov 12, 2012 · 1 revision

(part of PKDEVICE)

Return Type: boolean

Returns true if the device is an Android tablet and false if it isn't.

For example:

if ( PKDEVICE.droidTablet() )
{
    // do something specific to an Android tablet.
}

Version

0.1 Introduced

0.2 Docs Valid

Clone this wiki locally