Initializes the push_service_t structure.
#include <bbpush/push_service.h>
int push_service_initialize(push_service_t **ps)
BlackBerry 10.2.0
The push_service_t structure.
This function (or push_service_initialize()) must be called once before any other calls are made. The ownership of the return value stays with the library. To deallocate this memory, use push_service_cleanup().
PUSH_SUCCESS upon success, PUSH_FAILURE with errno set otherwise.