push_service_get_provider_application_id()

Gets the provider application ID associated with this push_service_t structure.

Synopsis:

#include <bbpush/push_service.h>
 
const char* push_service_get_provider_application_id(push_service_t *ps)

Since:

BlackBerry 10.2.0

Arguments:

ps

A pointer to the push_service_t structure whose providerApplicationId you want to retrieve.

Library:

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

Description:

Returns:

The provider application ID, or NULL if one is not present.