Ring Daemon 16.0.0
|
Contains data about a web view message Used by WebViewServicesManager. More...
#include <webviewmessage.h>
Public Attributes | |
const std::string | messageId |
const std::string | payload |
const std::string | webViewId |
Contains data about a web view message Used by WebViewServicesManager.
Passed from a plugin to the daemon. After that, this struct is no longer used.
Definition at line 27 of file webviewmessage.h.
const std::string jami::WebViewMessage::messageId |
Definition at line 33 of file webviewmessage.h.
const std::string jami::WebViewMessage::payload |
Definition at line 37 of file webviewmessage.h.
const std::string jami::WebViewMessage::webViewId |
Definition at line 30 of file webviewmessage.h.