![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <PlaylistParserObserverInterface.h>
Public Member Functions | |
virtual | ~PlaylistParserObserverInterface ()=default |
virtual void | onPlaylistEntryParsed (int requestId, PlaylistEntry playlistEntry)=0 |
An observer of the playlist parser.
|
virtualdefault |
Destructor.
|
pure virtual |
Notification that an entry has been parsed.
requestId | The id of the callback to connect this callback to an original request. |
playlistEntry | The parsing result. The url field will be valid if parseResult is different than ERROR. |
Implemented in alexaClientSDK::playlistParser::test::TestParserObserver.
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0