![]()  | 
  
    AlexaClientSDK
    3.0.0
    
   A cross-platform, modular SDK for interacting with the Alexa Voice Service 
   | 
 
#include <PostConnectInterface.h>

Public Member Functions | |
| virtual bool | doPostConnect (std::shared_ptr< avsCommon::sdkInterfaces::MessageSenderInterface > postConnectSender, std::shared_ptr< PostConnectObserverInterface > postConnectObserver)=0 | 
| virtual void | onDisconnect ()=0 | 
| virtual | ~PostConnectInterface ()=default | 
Interface for post-connect objects which should be used to perform activities after a connection is established.
      
  | 
  virtualdefault | 
PostConnectInterface destructor
      
  | 
  pure virtual | 
The main method which is responsible for doing the PostConnect action.
| postConnectSender | The MessageSenderInterface used to send post connect messages.  | 
| postConnectObserver | The PostConnectObserverInterface to get notified on success or failure of the post connect action.  | 
Implemented in alexaClientSDK::acl::PostConnectSequencer.
      
  | 
  pure virtual | 
Handle notification that the connection has been lost.
Implemented in alexaClientSDK::acl::PostConnectSequencer.
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0