Get the header name from a push_header_t structure.
#include <bbpush/push_payload.h>
const char* push_header_get_name(const push_header_t *header)
BlackBerry 10.2.0
A pointer to the push_header_t structure whose name member you want to retrieve.
The push_header_get_name() function extracts the header name of a given push_header_t structure.
This function doesn't copy members, and the returned values are released once the push_payload_t structure is destroyed with the push_payload_destroy() function.
The header name.