16 #ifndef ALEXA_CLIENT_SDK_LIBIPCSERVERSAMPLEAPP_INCLUDE_IPCSERVERSAMPLEAPP_SMARTSCREENCAPTIONSTATEMANAGER_H_ 17 #define ALEXA_CLIENT_SDK_LIBIPCSERVERSAMPLEAPP_INCLUDE_IPCSERVERSAMPLEAPP_SMARTSCREENCAPTIONSTATEMANAGER_H_ 23 namespace sampleApplications {
24 namespace ipcServerSampleApp {
37 std::shared_ptr<avsCommon::sdkInterfaces::storage::MiscStorageInterface> miscStorage);
52 std::shared_ptr<avsCommon::sdkInterfaces::storage::MiscStorageInterface> m_miscStorage;
59 #endif // ALEXA_CLIENT_SDK_LIBIPCSERVERSAMPLEAPP_INCLUDE_IPCSERVERSAMPLEAPP_SMARTSCREENCAPTIONSTATEMANAGER_H_
SmartScreenCaptionStateManager(std::shared_ptr< avsCommon::sdkInterfaces::storage::MiscStorageInterface > miscStorage)
bool areCaptionsEnabled()
void setCaptionsState(bool enabled)
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
Definition: SmartScreenCaptionStateManager.h:30