Get whether notifications are enabled for the specified inbox item data.
#include "bb/pim/unified/unified_data_source.h"
bool uds_inbox_item_data_get_notification_state(uds_inbox_item_data_t const *inbox_item)
BlackBerry 10.2.0
The inbox item to get the notification state for. This inbox item is represented by a uds_inbox_item_data_t and is created using uds_inbox_item_data_create().
This function indicates whether to suppress notifications about changes to an inbox item. You might want to suppress notifications if you expect a large number of changes to be made to the item in a short amount of time, and you don't want to be alerted to the changes (for example, during synchronization).
true if a notification is triggered and sent to the notification service when the inbox item changes, false otherwise.