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

#include <RenderPlayerInfoCardsObserverInterface.h>

Inheritance diagram for alexaClientSDK::avsCommon::sdkInterfaces::RenderPlayerInfoCardsObserverInterface:
Inheritance graph
[legend]

Classes

struct  Context
 The context of the RenderPlayerInfoCards from the RenderPlayerInfoCards provider. More...
 

Public Member Functions

virtual ~RenderPlayerInfoCardsObserverInterface ()=default
 
virtual void onRenderPlayerCardsInfoChanged (avsCommon::avs::PlayerActivity state, const Context &context)=0
 

Detailed Description

This class allows any RenderPlayerInfoCardsObserverInterface observers to be notified of changes in the Context of RenderPlayerInfoCards.

Constructor & Destructor Documentation

◆ ~RenderPlayerInfoCardsObserverInterface()

virtual alexaClientSDK::avsCommon::sdkInterfaces::RenderPlayerInfoCardsObserverInterface::~RenderPlayerInfoCardsObserverInterface ( )
virtualdefault

Destructor

Member Function Documentation

◆ onRenderPlayerCardsInfoChanged()

virtual void alexaClientSDK::avsCommon::sdkInterfaces::RenderPlayerInfoCardsObserverInterface::onRenderPlayerCardsInfoChanged ( avsCommon::avs::PlayerActivity  state,
const Context context 
)
pure virtual

Used to notify the observer when there is a change in PlayerActivity or Context.

Parameters
stateThe PlayerActivity of the Player.
contextThe Context of the Player.

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