uds_inbox_item_data_get_context_state()

Get the context state for the specified inbox item data.

Synopsis:

#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)

Since:

BlackBerry 10.2.0

Arguments:

inbox_item

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().

Library:

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

Description:

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().

Returns:

The context state of the specified inbox item.