navigator_pooled_response()

Indicate that your application wants to be pooled.

Synopsis:

#include <bps/navigator.h>
 
BPS_API int navigator_pooled_response(const char *id)

Since:

BlackBerry 10.0.0

Arguments:

id

The ID, as retrieved from the NAVIGATOR_POOLED event using navigator_event_get_id().

Library:

libbps (For the qcc command, use the -l bps option to link against this library)

Description:

The navigator_pooled_response() function indicates to the navigator that your application wants to be pooled.

Returns:

BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.