16 #ifndef ALEXA_CLIENT_SDK_AVS_SHARED_PRESENTATIONORCHESTRATOR_PRESENTATIONORCHESTRATORINTERFACES_TEST_ACSDK_PRESENTATIONORCHESTRATORINTERFACES_MOCKPRESENTATIONOBSERVER_H_ 17 #define ALEXA_CLIENT_SDK_AVS_SHARED_PRESENTATIONORCHESTRATOR_PRESENTATIONORCHESTRATORINTERFACES_TEST_ACSDK_PRESENTATIONORCHESTRATORINTERFACES_MOCKPRESENTATIONOBSERVER_H_ 25 namespace presentationOrchestratorInterfaces {
37 std::shared_ptr<presentationOrchestratorInterfaces::PresentationInterface> presentation));
52 #endif // ALEXA_CLIENT_SDK_AVS_SHARED_PRESENTATIONORCHESTRATOR_PRESENTATIONORCHESTRATORINTERFACES_TEST_ACSDK_PRESENTATIONORCHESTRATORINTERFACES_MOCKPRESENTATIONOBSERVER_H_
Definition: AmdMetricWrapperTest.cpp:24
virtual void onPresentationAvailable(PresentationRequestToken id, std::shared_ptr< PresentationInterface > presentation)=0
virtual void onPresentationStateChanged(PresentationRequestToken id, PresentationState newState)=0
Definition: PresentationObserverInterface.h:30
MOCK_METHOD1(onNavigateBack, bool(presentationOrchestratorInterfaces::PresentationRequestToken id))
PresentationState
Definition: PresentationTypes.h:48
virtual bool onNavigateBack(PresentationRequestToken id)=0
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
MOCK_METHOD2(onPresentationAvailable, void(presentationOrchestratorInterfaces::PresentationRequestToken id, std::shared_ptr< presentationOrchestratorInterfaces::PresentationInterface > presentation))
Definition: MockPresentationObserver.h:31
uint64_t PresentationRequestToken
Definition: PresentationTypes.h:25