16 #ifndef AACE_ALEXA_TEMPLATE_RUNTIME_H 17 #define AACE_ALEXA_TEMPLATE_RUNTIME_H 22 #include <AACE/Core/PlatformInterface.h> 23 #include "AlexaEngineInterfaces.h" 24 #include "FocusState.h" 25 #include "PlayerActivity.h" 118 const std::string& payload,
120 std::chrono::milliseconds offset,
140 void setEngineInterface(
141 std::shared_ptr<aace::alexa::TemplateRuntimeEngineInterface> templateRuntimeEngineInterface);
144 std::weak_ptr<aace::alexa::TemplateRuntimeEngineInterface> m_templateRuntimeEngineInterface;
150 #endif // AACE_ALEXA_TEMPLATE_RUNTIME_H Definition: TemplateRuntime.h:41
PlayerActivity
Definition: PlayerActivity.h:36
Definition: AddressBook.h:26
FocusState
Definition: FocusState.h:36
void displayCardCleared()
Definition: TemplateRuntime.cpp:45
virtual void clearPlayerInfo()=0
virtual void clearTemplate()=0
virtual void renderTemplate(const std::string &payload)
Definition: TemplateRuntime.cpp:23
virtual void renderPlayerInfo(const std::string &payload)
Definition: TemplateRuntime.cpp:32