Changes the URL of the Push Proxy Gateway (PPG)
#include <bbpush/push_service.h>
int push_service_set_ppg_url(push_service_t *ps, const char *push_proxy_gateway_url)
BlackBerry 10.2.0
A pointer to the push_service_t structure whose push_proxy_gateway_url you want to set.
The URL of the Push Proxy Gateway.
PUSH_SUCCESS upon success, PUSH_FAILURE with errno set otherwise.