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)

Arguments:

invocation

The invocation to update.

Library:

libbps

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.