![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <ChannelControllerObserverInterface.h>
Public Member Functions | |
virtual | ~ChannelControllerObserverInterface ()=default |
virtual void | onChannelChanged (std::unique_ptr< alexaChannelControllerTypes::Channel > channel)=0 |
This interface is used to observe changes to the channel value properties of an endpoint that are caused by the ChannelControllerInterface
.
|
virtualdefault |
Destructor.
|
pure virtual |
Notifies the change in the channel value properties of the endpoint.
channel | The channel related values such as number, callSign and affiliateCallSign, uri, as well as metadata for the channel like name and image. |
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0