![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <ChannelType.h>
Public Member Functions | |
std::string | getNumber () const |
std::string | getCallSign () const |
std::string | getAffiliateCallSign () const |
std::string | getURI () const |
std::string | getName () const |
std::string | getImageURL () const |
Static Public Member Functions | |
static std::unique_ptr< Channel > | Create (std::string number, std::string callSign, std::string affiliateCallSign, std::string uri, std::string name, std::string imageURL) |
A channel type that represents the identifying data for a channel.
|
inlinestatic |
Creates a new Channel object.
number | The number for the channel. |
callSign | The call sign for the channel. |
affiliateCallSign | The affiliate call sign for the channel. |
uri | The URI of the channel |
name | The name of the channel |
imageURL | The URL for image or logo for the channel |
nullptr
if the object is invalid, else a new instance of Channel
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0