AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Types | Public Member Functions | Public Attributes | List of all members
alexaClientSDK::acsdkAlexaVideoCommon::VideoEntity::Recency Struct Reference

#include <VideoEntityTypes.h>

Public Types

enum  Type { Type::NEW, Type::OLD }
 

Public Member Functions

 Recency (Type recencyType)
 

Public Attributes

Type type
 Indicates whether the user searches for new or old content. More...
 

Detailed Description

A recency type entity object that resolved values for Recency indicate whether the user asks for new or old content.

Member Enumeration Documentation

◆ Type

Enum definitions for whether the content is recent or not.

Enumerator
NEW 

New content.

OLD 

Old content.

Constructor & Destructor Documentation

◆ Recency()

alexaClientSDK::acsdkAlexaVideoCommon::VideoEntity::Recency::Recency ( Type  recencyType)
inline

Instantiate a Recency entity.

Parameters
recencyTypeindicates how recent was this content.

Member Data Documentation

◆ type

Type alexaClientSDK::acsdkAlexaVideoCommon::VideoEntity::Recency::type

Indicates whether the user searches for new or old content.


The documentation for this struct 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