Functions in
push_payload.h
Functions for working with the payload of a push message.
push_header_get_name()
Get the header name from a push_header_t structure.
push_header_get_value()
Get the header value from a push_header_t structure.
push_payload_create()
Create a push_payload_t structure and allocate all necessary memory.
push_payload_destroy()
Deallocate the memory used by a push_payload_t structure.
push_payload_get_data()
Get the data that the push-enabled application received from a push_payload_t structure.
push_payload_get_data_length()
Get the length of the push notification data from a push_payload_t structure.
push_payload_get_header()
Get the push header at the specified index from a push_payload_t structure.
push_payload_get_headers_length()
Get the number of the push headers from a push_payload_t structure.
push_payload_get_id()
Get the push ID from a push_payload_t structure.
push_payload_is_ack_required()
Get whether an acknowledgment is required for the specified push_payload_t structure.
push_payload_is_valid()
Determines whether data validation was successful for a provided push_payload_t structure.
push_payload_set_payload()
Set the payload data of a push_payload_t structure.
Parent topic:
Push payload (push_payload.h)