Set the metadata with which the application should be invoked.
#include <bps/navigator_invoke.h>
BPS_API int navigator_invoke_invocation_set_metadata(navigator_invoke_invocation_t *invocation,
const char *metadata)
BlackBerry 10.0.0
The invocation to update.
The JSON string carrying optional metadata.
The navigator_invoke_invocation_set_metadata() function sets the metadata with which the application should be invoked.
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.