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