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

#include <AlexaPlaybackControllerObserverInterface.h>

Public Member Functions

virtual ~AlexaPlaybackControllerObserverInterface ()=default
 
virtual void onPlaybackStateChanged (const acsdkAlexaPlaybackControllerInterfaces::PlaybackState &playbackState)=0
 

Detailed Description

This interface is used to observe changes to the playback state of a device that is caused by the AlexaPlaybackControllerInterface.

Constructor & Destructor Documentation

◆ ~AlexaPlaybackControllerObserverInterface()

virtual alexaClientSDK::acsdkAlexaPlaybackControllerInterfaces::AlexaPlaybackControllerObserverInterface::~AlexaPlaybackControllerObserverInterface ( )
virtualdefault

Destructor.

Member Function Documentation

◆ onPlaybackStateChanged()

virtual void alexaClientSDK::acsdkAlexaPlaybackControllerInterfaces::AlexaPlaybackControllerObserverInterface::onPlaybackStateChanged ( const acsdkAlexaPlaybackControllerInterfaces::PlaybackState playbackState)
pure virtual

Notifies the change in the playback state properties of the endpoint.

Parameters
playbackStateThe playback value specified using PlaybackState.

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