Appwrite C++ SDK
Auto-generated API documentation for the Appwrite C++ SDK
|
This is the complete list of members for Messaging, including all inherited members.
createMessage(const std::string &messageId, const std::string &subject, const std::string &content, const std::vector< std::string > &topics={}, const std::vector< std::string > &targets={}) | Messaging | |
createPush(const std::string &messageId, const std::string &title, const std::string &body, const std::vector< std::string > &topicId={}, const std::vector< std::string > &userId={}, bool draft=false) | Messaging | |
createSubscribers(const std::string &topicId, const std::string &name, const std::string &targetId, const std::string &subscriberId) | Messaging | |
createTopic(const std::string &topicId, const std::string &name, const std::vector< std::string > &subscribe) | Messaging | |
deleteMessages(const std::string &messageId) | Messaging | |
deleteSubscribers(const std::string &topicId, const std::string &subscriberId) | Messaging | |
deleteTopic(const std::string &topicId) | Messaging | |
getMessages(const std::string &messageId) | Messaging | |
getSubscriber(const std::string &topicId, const std::string &subscriberId) | Messaging | |
getTopic(const std::string &topicId) | Messaging | |
listMessageLogs(const std::string &messageId, Queries &queries) | Messaging | |
listMessages(Queries &queries) | Messaging | |
listSubscribers(const std::string &topicId, Queries &queries) | Messaging | |
listTargets(const std::string &messageId, const std::vector< std::string > &queries={}) | Messaging | |
listTopics(Queries &queries) | Messaging | |
Messaging(const std::string &projectId, const std::string &apiKey) | Messaging | |
updatePush(const std::string &messageId, const std::string &title, const std::string &body, const std::vector< std::string > &topicId={}, const std::vector< std::string > &userId={}) | Messaging | |
updateTopic(const std::string &topicId, const std::string &name, const std::vector< std::string > &subscribe={}) | Messaging |