#include <string>
#include <rapidjson/document.h>
#include <rapidjson/writer.h>
#include <rapidjson/stringbuffer.h>
#include "MessageInterface.h"
Go to the source code of this file.
◆ EMPTY_JSON()
const std::string EMPTY_JSON |
( |
"{}" |
| ) |
|
String representation of empty json.
◆ MSG_ENABLED_TAG
const char MSG_ENABLED_TAG[] = "enabled" |
The enabled json key in the message.
◆ MSG_PAYLOAD_TAG
const char MSG_PAYLOAD_TAG[] = "payload" |
The payload json key in the message.
◆ MSG_STATE_TAG
const char MSG_STATE_TAG[] = "state" |
The state json key in the message.
◆ MSG_TOKEN_TAG
const char MSG_TOKEN_TAG[] = "token" |
The token json key in the message.
◆ MSG_WINDOWID_TAG
const char MSG_WINDOWID_TAG[] = "windowId" |
The windowId json key in the message.
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
Licensed under the Apache License, Version 2.0