16 #ifndef ALEXA_CLIENT_SDK_CAPABILITYAGENTS_PLAYBACKCONTROLLER_INCLUDE_PLAYBACKCONTROLLER_PLAYBACKMESSAGEREQUEST_H_ 17 #define ALEXA_CLIENT_SDK_CAPABILITYAGENTS_PLAYBACKCONTROLLER_INCLUDE_PLAYBACKCONTROLLER_PLAYBACKMESSAGEREQUEST_H_ 26 namespace capabilityAgents {
27 namespace playbackController {
45 std::shared_ptr<PlaybackController> playbackController);
54 std::shared_ptr<PlaybackController> m_playbackController;
64 #endif // ALEXA_CLIENT_SDK_CAPABILITYAGENTS_PLAYBACKCONTROLLER_INCLUDE_PLAYBACKCONTROLLER_PLAYBACKMESSAGEREQUEST_H_ Definition: MessageRequest.h:40
::std::string string
Definition: gtest-port.h:1097
PlaybackMessageRequest(const PlaybackCommand &command, const std::string &jsonContent, std::shared_ptr< PlaybackController > playbackController)
void sendCompleted(avsCommon::sdkInterfaces::MessageRequestObserverInterface::Status status) override
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
Definition: PlaybackMessageRequest.h:32
Status
Definition: MessageRequestObserverInterface.h:33
Definition: PlaybackCommand.h:31