16 #ifndef ALEXA_CLIENT_SDK_LIBIPCSERVERSAMPLEAPP_INCLUDE_IPCSERVERSAMPLEAPP_GUI_NAVIGATIONEVENT_H_ 17 #define ALEXA_CLIENT_SDK_LIBIPCSERVERSAMPLEAPP_INCLUDE_IPCSERVERSAMPLEAPP_GUI_NAVIGATIONEVENT_H_ 20 namespace sampleApplications {
21 namespace ipcServerSampleApp {
43 if (
"EXIT" ==
string) {
45 }
else if (
"BACK" ==
string) {
74 #endif // ALEXA_CLIENT_SDK_LIBIPCSERVERSAMPLEAPP_INCLUDE_IPCSERVERSAMPLEAPP_GUI_NAVIGATIONEVENT_H_ Exit button has been pressed.
std::string navigationEventToString(NavigationEvent event)
Definition: NavigationEvent.h:58
::std::string string
Definition: gtest-port.h:1097
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
NavigationEvent navigationEventFromString(const std::string &string)
Definition: NavigationEvent.h:42
Back button has been pressed.
Guard option for unknown received state.
NavigationEvent
Enumeration of navigation events that could be sent from GUI App to SampleApp.
Definition: NavigationEvent.h:25