![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <HTTPContentFetcherInterfaceFactoryInterface.h>
Public Member Functions | |
virtual | ~HTTPContentFetcherInterfaceFactoryInterface ()=default |
virtual std::unique_ptr< HTTPContentFetcherInterface > | create (const std::string &url)=0 |
|
virtualdefault |
Destructor.
|
pure virtual |
Produces an HTTPContentFetcherInterface
object or nullptr
on failure.
url | The url to fetch the content from. |
HTTPContentFetcherInterface
. Implemented in alexaClientSDK::avsCommon::utils::libcurlUtils::HTTPContentFetcherFactory.
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0