Retrieve the file URI from the menu request object.
#include "bps/menu.h"
BPS_API const char* menu_request_get_file_uri(menu_request_t *request)
BlackBerry 10.0.0
The menu request to retrieve file URI from.
The menu_request_get_file_uri() function extracts the file URI of the specified menu request object. The function doesn't copy data and the returned values are released once the menu request is destroyed.
The menu request file URI if provided by the sender, NULL otherwise.