We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
(part of PKDEVICE)
Return Type: boolean
Returns true if the device is an Android tablet and false if it isn't.
true
false
For example:
if ( PKDEVICE.droidTablet() ) { // do something specific to an Android tablet. }
0.1 Introduced
0.2 Docs Valid