18 #ifndef ALEXA_CLIENT_SDK_CAPABILITIESDELEGATE_TEST_MOCKCAPABILITIESDELEGATEOBSERVER_H_ 19 #define ALEXA_CLIENT_SDK_CAPABILITIESDELEGATE_TEST_MOCKCAPABILITIESDELEGATEOBSERVER_H_ 22 namespace capabilitiesDelegate {
34 const std::vector<std::string>&,
35 const std::vector<std::string>&));
42 #endif // ALEXA_CLIENT_SDK_CAPABILITIESDELEGATE_TEST_MOCKCAPABILITIESDELEGATEOBSERVER_H_ Definition: AmdMetricWrapperTest.cpp:24
Error
The enum Error encodes possible errors which may occur when changing state.
Definition: CapabilitiesDelegateObserverInterface.h:44
Definition: CapabilitiesDelegateObserverInterface.h:29
State
The enum State describes the state of the CapabilitiesDelegate.
Definition: CapabilitiesDelegateObserverInterface.h:32
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
MOCK_METHOD4(onCapabilitiesStateChange, void(CapabilitiesDelegateObserverInterface::State, CapabilitiesDelegateObserverInterface::Error, const std::vector< std::string > &, const std::vector< std::string > &))
Definition: MockCapabilitiesDelegateObserver.h:27
virtual void onCapabilitiesStateChange(State newState, Error newError, const std::vector< std::string > &addedOrUpdatedEndpointIds, const std::vector< std::string > &deletedEndpointIds)=0