push_callback_t
The callback function that gets passed in to push_service_create_session(), push_service_register_to_launch(), and push_service_unregister_from_launch()
Synopsis:
#include <bbpush/push_service.h>
typedef void(* push_callback_t)(push_service_t *ps, int status_code);
Since:
BlackBerry 10.2.0
Library:
libPushService (For the qcc command, use the -l PushService option to link against this library)Description:
Last modified: 2014-05-14