Class NoticeAPI
#include <NoticeAPI.h >
This class is used by other apps to send messages to the notice channel.
Use this interface instead of sending messages directly to ensure message keywords are spelled correctly, all parameters are specified, and error checked.
The receiving app defined this interface to ensure it receives the messages correctly.
const UserNotice& notice |
a UserNotice structure |
Post a notice.
const UserComment& comment |
a UserComment structure |
Post a comment.
const string& request |
the request keyword |
const XMLData& params |
the data (parameter payload) Default value: XMLData("") |
Send an API message to channel notice.