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

#include <AlexaPresentationFactory.h>

Public Member Functions

 ~AlexaPresentationFactory ()=default
 

Static Public Member Functions

static avsCommon::utils::Optional< AlexaPresentationAgentData > create (std::shared_ptr< alexaClientSDK::avsCommon::sdkInterfaces::ExceptionEncounteredSenderInterface > exceptionSender, std::shared_ptr< alexaClientSDK::avsCommon::sdkInterfaces::MessageSenderInterface > messageSender, std::shared_ptr< alexaClientSDK::avsCommon::sdkInterfaces::ContextManagerInterface > contextManager)
 

Detailed Description

The AlexaPresentationFactory is responsible to create the objects that interacts with AlexaPresentation CA

Constructor & Destructor Documentation

◆ ~AlexaPresentationFactory()

alexaClientSDK::alexaPresentation::AlexaPresentationFactory::~AlexaPresentationFactory ( )
default

Destructor.

Member Function Documentation

◆ create()

static avsCommon::utils::Optional<AlexaPresentationAgentData> alexaClientSDK::alexaPresentation::AlexaPresentationFactory::create ( std::shared_ptr< alexaClientSDK::avsCommon::sdkInterfaces::ExceptionEncounteredSenderInterface exceptionSender,
std::shared_ptr< alexaClientSDK::avsCommon::sdkInterfaces::MessageSenderInterface messageSender,
std::shared_ptr< alexaClientSDK::avsCommon::sdkInterfaces::ContextManagerInterface contextManager 
)
static

Create an instance of AlexaPresentation.

Parameters
exceptionSenderThe ExceptionEncounteredSenderInterface that sends Exception messages to AVS.
messageSenderThe MessageSenderInterface that sends events to AVS.
contextManagerThe ContextManagerInterface used to generate system context for events.

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