The opaque notifications argument type.
Synopsis:
#include <bps/notification.h>
typedef struct notification_message_t notification_message_t;
Library:
libbps (For the qcc command, use the -l bps option to link against this library)
Description:
This type defines the
notification_message_t structure used by several functions in the notification system. Use this to create and control notification messages. The
notification_message_t structure is opaque, but includes the following members:
- Request ID (char* request_id)
- Item ID (char* item_id)
- Title (char* title)
- Subtitle (char* subtitle)
- Invocation target (char* target)
- Invocation payload (char* payload)
- Invocation payload URI (char* payload_uri)
- Invocation type (char* invocation_type)
- Invocation action (char* action)
- Prompt Choices (dialog_prompt_t* prompt_choices)