navigator_invoke_invocation_get_perimeter()

Get the perimeter from an invocation.

Synopsis:

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

Since:

BlackBerry 10.0.0

Arguments:

invocation

A pointer to the navigator_invoke_invocation_t structure whose perimeter 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_perimeter() function extracts the perimeter member of a given navigator_invoke_invocation_t structure. The perimeter member is used by the invocation framework to identify what perimeter the target application is to be invoked (see the navigator_invoke_invocation_set_perimeter() function for further details).

Returns:

The invocation perimeter if one was provided by the sender.