AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Member Functions | List of all members
alexaClientSDK::acl::PostConnectFactoryInterface Class Referenceabstract

#include <PostConnectFactoryInterface.h>

Inheritance diagram for alexaClientSDK::acl::PostConnectFactoryInterface:
Inheritance graph
[legend]

Public Member Functions

virtual ~PostConnectFactoryInterface ()=default
 
virtual std::shared_ptr< PostConnectInterfacecreatePostConnect ()=0
 

Detailed Description

Interface for creating post-connect objects which should be used to perform activities after a connection is established.

Constructor & Destructor Documentation

◆ ~PostConnectFactoryInterface()

virtual alexaClientSDK::acl::PostConnectFactoryInterface::~PostConnectFactoryInterface ( )
virtualdefault

Destructor.

Member Function Documentation

◆ createPostConnect()

virtual std::shared_ptr<PostConnectInterface> alexaClientSDK::acl::PostConnectFactoryInterface::createPostConnect ( )
pure virtual

Create an instance of PostConnectInterface.

Returns
An instance of PostConnectInterface.

Implemented in alexaClientSDK::acl::PostConnectSequencerFactory.


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