Get the type of an invoked target from the BPS event.
#include <bps/navigator_invoke.h>
BPS_API int navigator_invoke_event_get_target_type(bps_event_t *event)
BlackBerry 10.0.0
The NAVIGATOR_INVOKE_TARGET_RESULT event triggered by the invoked target.
The navigator_invoke_event_get_target() function extracts the target type of an invoked target application. The type member allows the target to be identified as an application, service, or card.
The type of the target that was invoked upon success, BPS_FAILURE with errno set otherwise.