Retrieve the metadata of the menu invocation.
#include "bps/menu.h"
BPS_API const char* menu_invocation_get_metadata(menu_invocation_t *invocation)
BlackBerry 10.0.0
The menu invocation to retrieve the metadata from.
The menu_invocation_get_metadata() function extracts the metadata of the given menu invocation object. The function doesn't copy the data and the returned values are released once the bps_get_event() function is called again.
The metadata inside the menu invocation, NULL if there is no metadata.