16 #ifndef ACSDK_LIVEVIEWCONTROLLERFEATURECLIENT_LIVEVIEWCONTROLLERFEATURECLIENT_H_ 17 #define ACSDK_LIVEVIEWCONTROLLERFEATURECLIENT_LIVEVIEWCONTROLLERFEATURECLIENT_H_ 33 namespace featureClient {
54 static std::unique_ptr<LiveViewControllerFeatureClient>
create(
56 const std::shared_ptr<alexaClientSDK::alexaLiveViewControllerInterfaces::LiveViewControllerInterface>&
58 const std::shared_ptr<alexaClientSDK::avsCommon::sdkInterfaces::AVSConnectionManagerInterface>&
60 const std::shared_ptr<alexaClientSDK::avsCommon::sdkInterfaces::ContextManagerInterface>& contextManager,
61 const std::shared_ptr<alexaClientSDK::capabilityAgents::alexa::AlexaInterfaceMessageSender>& responseSender,
62 const std::shared_ptr<alexaClientSDK::avsCommon::sdkInterfaces::ExceptionEncounteredSenderInterface>&
64 const std::shared_ptr<alexaClientSDK::avsCommon::sdkInterfaces::endpoints::EndpointBuilderInterface>&
69 bool configure(
const std::shared_ptr<alexaClientSDK::sdkClient::SDKClientRegistry>& sdkClientRegistry)
override;
82 std::shared_ptr<acsdkShutdownManagerInterfaces::ShutdownManagerInterface> shutdownManager);
85 std::shared_ptr<acsdkShutdownManagerInterfaces::ShutdownManagerInterface> m_shutdownManager;
89 #endif // ACSDK_LIVEVIEWCONTROLLERFEATURECLIENT_LIVEVIEWCONTROLLERFEATURECLIENT_H_ ~LiveViewControllerFeatureClient()
Destructor.
Definition: FeatureClientInterface.h:37
static std::unique_ptr< LiveViewControllerFeatureClient > create(avsCommon::sdkInterfaces::endpoints::EndpointIdentifier endpointId, const std::shared_ptr< alexaClientSDK::alexaLiveViewControllerInterfaces::LiveViewControllerInterface > &liveViewController, const std::shared_ptr< alexaClientSDK::avsCommon::sdkInterfaces::AVSConnectionManagerInterface > &connectionManager, const std::shared_ptr< alexaClientSDK::avsCommon::sdkInterfaces::ContextManagerInterface > &contextManager, const std::shared_ptr< alexaClientSDK::capabilityAgents::alexa::AlexaInterfaceMessageSender > &responseSender, const std::shared_ptr< alexaClientSDK::avsCommon::sdkInterfaces::ExceptionEncounteredSenderInterface > &exceptionSender, const std::shared_ptr< alexaClientSDK::avsCommon::sdkInterfaces::endpoints::EndpointBuilderInterface > &endpointBuilder)
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
Definition: LiveViewControllerFeatureClient.h:40
std::string EndpointIdentifier
Definition: EndpointIdentifier.h:38
bool configure(const std::shared_ptr< alexaClientSDK::sdkClient::SDKClientRegistry > &sdkClientRegistry) override
void doShutdown() override