Indicate that your application wants to be pooled.
#include <bps/navigator.h>
BPS_API int navigator_pooled_response(const char *id)
BlackBerry 10.0.0
The ID, as retrieved from the NAVIGATOR_POOLED event using navigator_event_get_id().
The navigator_pooled_response() function indicates to the navigator that your application wants to be pooled.
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.