AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Static Public Member Functions | List of all members
alexaClientSDK::synchronizeStateSender::SynchronizeStateSenderFactory Class Reference

#include <SynchronizeStateSenderFactory.h>

Inheritance diagram for alexaClientSDK::synchronizeStateSender::SynchronizeStateSenderFactory:
Inheritance graph
[legend]
Collaboration diagram for alexaClientSDK::synchronizeStateSender::SynchronizeStateSenderFactory:
Collaboration graph
[legend]

Public Member Functions

std::shared_ptr< avsCommon::sdkInterfaces::PostConnectOperationInterfacecreatePostConnectOperation () override
 
- Public Member Functions inherited from alexaClientSDK::avsCommon::sdkInterfaces::PostConnectOperationProviderInterface
virtual ~PostConnectOperationProviderInterface ()=default
 

Static Public Member Functions

static std::shared_ptr< avsCommon::sdkInterfaces::PostConnectOperationProviderInterfacecreatePostConnectOperationProviderInterface (const std::shared_ptr< acsdkPostConnectOperationProviderRegistrarInterfaces::PostConnectOperationProviderRegistrarInterface > &providerRegistrar, const std::shared_ptr< avsCommon::sdkInterfaces::ContextManagerInterface > &contextManager, const std::shared_ptr< avsCommon::utils::metrics::MetricRecorderInterface > &metricRecorder=nullptr)
 
static std::shared_ptr< SynchronizeStateSenderFactorycreate (std::shared_ptr< avsCommon::sdkInterfaces::ContextManagerInterface > contextManager, std::shared_ptr< avsCommon::utils::metrics::MetricRecorderInterface > metricRecorder=nullptr)
 

Detailed Description

Factory class to generate new instances of PostConnectSynchronizeStateSender.

Member Function Documentation

◆ create()

static std::shared_ptr<SynchronizeStateSenderFactory> alexaClientSDK::synchronizeStateSender::SynchronizeStateSenderFactory::create ( std::shared_ptr< avsCommon::sdkInterfaces::ContextManagerInterface contextManager,
std::shared_ptr< avsCommon::utils::metrics::MetricRecorderInterface metricRecorder = nullptr 
)
static

Creates a new instance of the SynchronizeStateSenderFactory.

Deprecated:
Parameters
contextManagerThe ContextManager used to construct the synchronize state sender.
Returns
a new instance of the SynchronizeStateSenderFactory.

◆ createPostConnectOperation()

std::shared_ptr<avsCommon::sdkInterfaces::PostConnectOperationInterface> alexaClientSDK::synchronizeStateSender::SynchronizeStateSenderFactory::createPostConnectOperation ( )
overridevirtual

◆ createPostConnectOperationProviderInterface()

static std::shared_ptr<avsCommon::sdkInterfaces::PostConnectOperationProviderInterface> alexaClientSDK::synchronizeStateSender::SynchronizeStateSenderFactory::createPostConnectOperationProviderInterface ( const std::shared_ptr< acsdkPostConnectOperationProviderRegistrarInterfaces::PostConnectOperationProviderRegistrarInterface > &  providerRegistrar,
const std::shared_ptr< avsCommon::sdkInterfaces::ContextManagerInterface > &  contextManager,
const std::shared_ptr< avsCommon::utils::metrics::MetricRecorderInterface > &  metricRecorder = nullptr 
)
static

Creates a new instance of the PostConnectOperationProviderInterface.

Parameters
contextManagerThe ContextManager used to construct the synchronize state sender.
metricRecorderThe object used for metric recording.
Returns
a new instance of the SynchronizeStateSenderFactory.

The documentation for this class was generated from the following file:

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