Set whether the content is selectable in a notification dialog.
#include <bps/dialog.h>
BPS_API int dialog_set_notification_content_selectable(dialog_instance_t dialog,
bool selectable)
BlackBerry 10.0.0
The dialog to update.
If true, the content is selectable; if false, the content is not selectable.
The dialog_set_notification_content_selectable() function sets whether the content is selectable in the specified notification dialog.
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.