![]() |
AlexaClientSDK
1.22.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <EndpointRegistrationObserverInterface.h>
Public Member Functions | |
virtual | ~EndpointRegistrationObserverInterface ()=default |
virtual void | onEndpointRegistration (const EndpointIdentifier &endpointId, const avs::AVSDiscoveryEndpointAttributes &attributes, const RegistrationResult result)=0 |
virtual void | onEndpointDeregistration (const EndpointIdentifier &endpointId, const DeregistrationResult result)=0 |
Interface that can be implemented in order to receive notifications about changes in endpoints registration.
Enumeration of possible deregistration results.
Enumeration of possible registration results.
|
virtualdefault |
Destructor.
|
pure virtual |
Notifies observer that an endpoint deregistration has been processed.
endpointId | The endpoint identifier. |
result | The final deregistration result. |
|
pure virtual |
Notifies observer that a new endpoint registration has been processed.
endpointId | The endpoint identifier. |
attributes | The endpoint attributes. |
result | The final registration result. |
AlexaClientSDK 1.22.0 - Copyright 2016-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0