16 #ifndef ALEXA_CLIENT_SDK_CAPABILITIESDELEGATE_INCLUDE_CAPABILITIESDELEGATE_DISCOVERYEVENTSENDERINTERFACE_H_ 17 #define ALEXA_CLIENT_SDK_CAPABILITIESDELEGATE_INCLUDE_CAPABILITIESDELEGATE_DISCOVERYEVENTSENDERINTERFACE_H_ 24 namespace capabilitiesDelegate {
41 const std::shared_ptr<avsCommon::sdkInterfaces::MessageSenderInterface>& messageSender) = 0;
46 virtual void stop() = 0;
62 #endif // ALEXA_CLIENT_SDK_CAPABILITIESDELEGATE_INCLUDE_CAPABILITIESDELEGATE_DISCOVERYEVENTSENDERINTERFACE_H_ Definition: DiscoveryEventSenderInterface.h:29
Definition: AlexaEventProcessedObserverInterface.h:28
virtual void addDiscoveryStatusObserver(const std::shared_ptr< DiscoveryStatusObserverInterface > &observer)=0
virtual bool sendDiscoveryEvents(const std::shared_ptr< avsCommon::sdkInterfaces::MessageSenderInterface > &messageSender)=0
Definition: AuthObserverInterface.h:31
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
virtual void removeDiscoveryStatusObserver(const std::shared_ptr< DiscoveryStatusObserverInterface > &observer)=0