16 #ifndef ALEXA_CLIENT_SDK_AVSCOMMON_SDKINTERFACES_INCLUDE_AVSCOMMON_SDKINTERFACES_GUIACTIVITYEVENT_H_ 17 #define ALEXA_CLIENT_SDK_AVSCOMMON_SDKINTERFACES_INCLUDE_AVSCOMMON_SDKINTERFACES_GUIACTIVITYEVENT_H_ 24 namespace sdkInterfaces {
48 if (
"ACTIVATED" ==
string) {
50 }
else if (
"DEACTIVATED" ==
string) {
52 }
else if (
"INTERRUPT" ==
string) {
94 #endif // ALEXA_CLIENT_SDK_AVSCOMMON_SDKINTERFACES_INCLUDE_AVSCOMMON_SDKINTERFACES_GUIACTIVITYEVENT_H_ GUI switched to active state (audio/video started).
std::ostream & operator<<(std::ostream &stream, const AudioInputProcessorObserverInterface::State &state)
Definition: AudioInputProcessorObserverInterface.h:94
Interrupt event (touch/scroll/etc).
::std::string string
Definition: gtest-port.h:1097
GUIActivityEvent guiActivityEventFromString(const std::string &string)
Definition: GUIActivityEvent.h:47
std::string guiActivityEventToString(GUIActivityEvent event)
Definition: GUIActivityEvent.h:65
Guard option for unknown received state.
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
GUIActivityEvent
Enumeration of activity events used to indicate the state of a GUI.
Definition: GUIActivityEvent.h:27