AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
PresentationOrchestratorFeatureClient.h
Go to the documentation of this file.
1 /*
2  * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License").
5  * You may not use this file except in compliance with the License.
6  * A copy of the License is located at
7  *
8  * http://aws.amazon.com/apache2.0/
9  *
10  * or in the "license" file accompanying this file. This file is distributed
11  * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12  * express or implied. See the License for the specific language governing
13  * permissions and limitations under the License.
14  */
15 
16 #ifndef ACSDK_PRESENTATIONORCHESTRATORFEATURECLIENT_PRESENTATIONORCHESTRATORFEATURECLIENT_H_
17 #define ACSDK_PRESENTATIONORCHESTRATORFEATURECLIENT_PRESENTATIONORCHESTRATORFEATURECLIENT_H_
18 
27 
28 namespace alexaClientSDK {
29 namespace featureClient {
38 public:
47  static std::unique_ptr<PresentationOrchestratorFeatureClient> create(
48  const std::shared_ptr<presentationOrchestratorInterfaces::PresentationOrchestratorStateTrackerInterface>&
49  presentationOrchestratorStateTracker,
50  const std::shared_ptr<sdkClient::SDKClientRegistry>& sdkClientRegistry);
51 
54  bool configure(const std::shared_ptr<sdkClient::SDKClientRegistry>& sdkClientRegistry) override;
55  void doShutdown() override;
57 
63  std::shared_ptr<presentationOrchestratorInterfaces::PresentationOrchestratorClientInterface>
65 
70  std::shared_ptr<presentationOrchestratorInterfaces::PresentationOrchestratorInterface> getPresentationOrchestrator()
71  const;
72 
77  std::shared_ptr<presentationOrchestratorInterfaces::VisualTimeoutManagerInterface> getVisualTimeoutManager() const;
78 
81 
82 private:
87  std::shared_ptr<presentationOrchestratorInterfaces::PresentationOrchestratorInterface> presentationOrchestrator,
88  std::shared_ptr<presentationOrchestratorInterfaces::PresentationOrchestratorClientInterface>
89  presentationOrchestratorClient,
90  std::shared_ptr<presentationOrchestratorInterfaces::VisualTimeoutManagerInterface> visualTimeoutManager,
91  std::shared_ptr<acsdkShutdownManagerInterfaces::ShutdownManagerInterface> shutdownManager);
92 
94  std::shared_ptr<presentationOrchestratorInterfaces::PresentationOrchestratorInterface> m_presentationOrchestrator;
95 
97  std::shared_ptr<presentationOrchestratorInterfaces::PresentationOrchestratorClientInterface>
98  m_presentationOrchestratorClient;
99 
101  std::shared_ptr<presentationOrchestratorInterfaces::VisualTimeoutManagerInterface> m_visualTimeoutManager;
102 
104  std::shared_ptr<acsdkShutdownManagerInterfaces::ShutdownManagerInterface> m_shutdownManager;
105 };
106 } // namespace featureClient
107 } // namespace alexaClientSDK
108 #endif // ACSDK_PRESENTATIONORCHESTRATORFEATURECLIENT_PRESENTATIONORCHESTRATORFEATURECLIENT_H_
std::shared_ptr< presentationOrchestratorInterfaces::PresentationOrchestratorClientInterface > getPresentationOrchestratorClient() const
std::shared_ptr< presentationOrchestratorInterfaces::PresentationOrchestratorInterface > getPresentationOrchestrator() const
static std::unique_ptr< PresentationOrchestratorFeatureClient > create(const std::shared_ptr< presentationOrchestratorInterfaces::PresentationOrchestratorStateTrackerInterface > &presentationOrchestratorStateTracker, const std::shared_ptr< sdkClient::SDKClientRegistry > &sdkClientRegistry)
Definition: FeatureClientInterface.h:37
bool configure(const std::shared_ptr< sdkClient::SDKClientRegistry > &sdkClientRegistry) override
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
std::shared_ptr< presentationOrchestratorInterfaces::VisualTimeoutManagerInterface > getVisualTimeoutManager() const
Definition: PresentationOrchestratorFeatureClient.h:37

AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0