10-16-2012 02:31 AM
I use bps_event_create and bps_channel_push_event from thread 2 and it is received on main thread.
Do I need to call bps_event_destroy after I receive the event?
The docs say: This function must be called only if an event is created using bps_event_create() and the event is not pushed to BPS using bps_push_event().
But it doesn't mention bps_channel_push_event.
10-16-2012 10:34 AM
You don't need to call destroy. The docs need to be updated to include both bps_push_event() and bps_channel_push_event().
10-16-2012 10:45 AM
Moved: BlackBerry® Curve™