Set the invocation action for the specified item action data.
#include "bb/pim/unified/unified_data_source.h"
void uds_item_action_data_set_action(uds_item_action_data_t *item_action, const char *action)
BlackBerry 10.2.0
The item action to set the invocation action for. This item action is represented by a uds_item_action_data_t and is created using uds_item_action_data_create().
The invocation action to set.
When you register an item action in the BlackBerry Hub, you can specify the action by referring to one of the invocation framework actions, such as "bb.action.ACCEPT" and "bb.action.MARKREAD". The string value that you pass in as the action parameter must remain valid until the data is used in a call to uds_register_item_action() or uds_update_item_action().