navigator_invoke_invocation_get_metadata()

Get the metadata with which the application should be invoked.

Synopsis:

#include <bps/navigator_invoke.h>
 
BPS_API const char* navigator_invoke_invocation_get_metadata(const navigator_invoke_invocation_t *invocation)

Since:

BlackBerry 10.0.0

Arguments:

invocation

A pointer to the navigator_invoke_invocation_t structure whose metadata member you want to retrieve.

Library:

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

Description:

The navigator_invoke_invocation_get_metadata() function gets the metadata with which the application should be invoked.

Returns:

The metadata if it was provided by sender.