isTablet
Overview
Checks if AATKit recognizes given device as tablet.
Syntax
CALLBACK(REQUIRED)
Callback<Boolean>. Used to provide the function call result to JavaScript.
Parameters:
boolean - True if device is recognized as tablet, false otherwise.
Examples
Last updated