navigator_invoke_query_result_target_get_perimeter()

Get the perimeter of a target for an action.

Synopsis:

#include <bps/navigator_invoke.h>
 
BPS_API navigator_invoke_perimeter_type_t navigator_invoke_query_result_target_get_perimeter(const navigator_invoke_query_result_target_t *target)

Since:

BlackBerry 10.0.0

Arguments:

target

The navigator_invoke_query_result_target_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_query_result_target_get_perimeter() function extracts the perimeter member of a given navigator_invoke_query_result_target_t structure. The perimeter member indicates in which perimeter the given target should reside. You must call this function to display returned target value(s).

The possible values that you can receive from this member are:
  • NAVIGATOR_INVOKE_PERIMETER_TYPE_PERSONAL
  • NAVIGATOR_INVOKE_PERIMETER_TYPE_ENTERPRISE

Returns:

The perimeter in which the given target should reside.