Get the context state for the specified inbox item data.
#include "bb/pim/unified/unified_data_source.h"
unsigned int uds_inbox_item_data_get_context_state(uds_inbox_item_data_t const *inbox_item)
BlackBerry 10.2.0
The inbox item to get the context state for. This inbox item is represented by a uds_inbox_item_data_t and is created using uds_inbox_item_data_create().
The context state is used to populate context-specific actions that you register using uds_register_item_context_action(). For more information, see uds_inbox_item_data_set_context_state().
The context state of the specified inbox item.