deviceinfo_details_get_keyboard()

Indicate whether the device has a physical keyboard.

Synopsis:

#include <bps/deviceinfo.h>
 
BPS_API int deviceinfo_details_get_keyboard(deviceinfo_details_t *details)

Since:

BlackBerry 10.1.0

Arguments:

details

The deviceinfo_details_t structure to get the physical keyboard status from.

Library:

libbps (For the qcc command, use the -l bps option to link against this library)

Description:

The deviceinfo_details_get_keyboard() function indicates whether the device has a physical keyboard from the specified deviceinfo_details_t structure.

Returns:

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.