push_transport_ready_callback_t

The callback function that gets passed in to push_service_create_channel(), and push_service_destroy_channel()

Synopsis:

#include <bbpush/push_service.h>
 
typedef void(* push_transport_ready_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: