Get the header value from a push_header_t structure.
#include <bbpush/push_payload.h>
const char* push_header_get_value(const push_header_t *header)
BlackBerry 10.2.0
A pointer to the push_header_t structure whose value member you want to retrieve.
The push_header_get_value() function extracts the header value 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 value.