Sends the set target filters request to the invocation framework.
#include <bps/navigator_invoke.h>
BPS_API int navigator_invoke_set_filters(const char *id,
const char *target,
const char *filters[],
size_t filters_count)
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 set.
The array of filters to be set.
The size of the filters array.
The navigator_invoke_set_filters() function sends the set target filters request to the invocation framework.
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.