Sends the get target filters invocation request to the invocation framework.
#include <bps/navigator_invoke.h>
BPS_API int navigator_invoke_get_filters(const char *id,
const char *target)
BlackBerry 10.0.0
The ID you want to display on the delivery receipt response. This value must be in numerical format. For example, a valid id would be "42".
The target key of the target whose filters are to be retrieved.
The navigator_invoke_get_filters() function sends the get target filters invocation request to the invocation framework.
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.