![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <ExternalMediaPlayerObserverInterface.h>
Public Member Functions | |
ObservableSessionProperties () | |
ObservableSessionProperties (bool loggedIn, const std::string &userName) | |
Public Attributes | |
bool | loggedIn |
Flag that identifies if a user is currently logged in or not. More... | |
std::string | userName |
struct that includes the Session properties exposed to observers
|
inline |
Default Constructor.
|
inline |
Constructor
loggedIn | Flag that identifies if a users is logged in or not. |
userName | The user name of the currently logged in user. |
bool alexaClientSDK::acsdkExternalMediaPlayerInterfaces::ObservableSessionProperties::loggedIn |
Flag that identifies if a user is currently logged in or not.
std::string alexaClientSDK::acsdkExternalMediaPlayerInterfaces::ObservableSessionProperties::userName |
The userName of the user currently logged in via a Login directive from the AVS.
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0