Indicate whether the device has a physical keyboard.
#include <bps/deviceinfo.h>
BPS_API int deviceinfo_details_get_keyboard(deviceinfo_details_t *details)
BlackBerry 10.1.0
The deviceinfo_details_t structure to get the physical keyboard status from.
The deviceinfo_details_get_keyboard() function indicates whether the device has a physical keyboard from the specified deviceinfo_details_t structure.
One of the values of the deviceinfo_keyboard_t enumeration, or BPS_FAILURE if it is unknown if the device has a physical keyboard or not.