push_sim_change_callback_t

The callback that is invoked when the SIM card is changed.

Synopsis:

#include <bbpush/push_service.h>
 
typedef void(* push_sim_change_callback_t)(push_service_t *ps);

Since:

BlackBerry 10.2.0

Library:

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

Description:

When this happens, the push is discarded, and a call to push_service_create_channel() is recommended.

Call push_service_set_sim_change_callback() to register this callback.