Call this function to register a SIM change callback.
#include <bbpush/push_service.h>
int push_service_set_sim_change_callback(push_sim_change_callback_t cb_func)
BlackBerry 10.2.0
The callback that will be called when a sim change occurs.
When a SIM change happens, the PPG stops delivering push messages. To continue receiving push data, you must call push_service_create_channel() again.
PUSH_SUCCESS upon success, PUSH_FAILURE with errno set otherwise.