This enumeration defines the states for the presence of a physical keyboard on the device.
#include <bps/deviceinfo.h>
typedef enum {
DEVICEINFO_KEYBOARD_NOT_PRESENT = 0
DEVICEINFO_KEYBOARD_PRESENT = 1
} deviceinfo_keyboard_t;
BlackBerry 10.1.0