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

#include <RegistrationObserverInterface.h>

Inheritance diagram for alexaClientSDK::registrationManager::RegistrationObserverInterface:
Inheritance graph
[legend]

Public Member Functions

virtual ~RegistrationObserverInterface ()=default
 
virtual void onLogout ()=0
 

Detailed Description

This interface is used to observe changes to the device registration, such as user logout.

Constructor & Destructor Documentation

◆ ~RegistrationObserverInterface()

virtual alexaClientSDK::registrationManager::RegistrationObserverInterface::~RegistrationObserverInterface ( )
virtualdefault

Virtual destructor to assure proper cleanup of derived types.

Member Function Documentation

◆ onLogout()

virtual void alexaClientSDK::registrationManager::RegistrationObserverInterface::onLogout ( )
pure virtual

Notification that the current customer has logged out.

Warning
This method is called while RegistrationManager is in a locked state. The callback must not block on calls to RegistrationManager methods either.

Implemented in alexaClientSDK::sampleApplications::ipcServerSampleApp::gui::GUIClient, and alexaClientSDK::sampleApp::UserInputManager.


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