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

#include <ChannelControllerObserverInterface.h>

Public Member Functions

virtual ~ChannelControllerObserverInterface ()=default
 
virtual void onChannelChanged (std::unique_ptr< alexaChannelControllerTypes::Channel > channel)=0
 

Detailed Description

This interface is used to observe changes to the channel value properties of an endpoint that are caused by the ChannelControllerInterface.

Constructor & Destructor Documentation

◆ ~ChannelControllerObserverInterface()

virtual alexaClientSDK::alexaChannelControllerInterfaces::ChannelControllerObserverInterface::~ChannelControllerObserverInterface ( )
virtualdefault

Destructor.

Member Function Documentation

◆ onChannelChanged()

virtual void alexaClientSDK::alexaChannelControllerInterfaces::ChannelControllerObserverInterface::onChannelChanged ( std::unique_ptr< alexaChannelControllerTypes::Channel channel)
pure virtual

Notifies the change in the channel value properties of the endpoint.

Parameters
channelThe channel related values such as number, callSign and affiliateCallSign, uri, as well as metadata for the channel like name and image.

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