AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Member Functions | Public Attributes | List of all members
MyChecker Class Reference
Inheritance diagram for MyChecker:
Inheritance graph
[legend]
Collaboration diagram for MyChecker:
Collaboration graph
[legend]

Public Member Functions

bool checkIfOkToDownload (std::shared_ptr< VendableArtifact >, size_t) override
 
void onCheckFailure (ResultCode) override
 
- Public Member Functions inherited from alexaClientSDK::acsdkAssets::davsInterfaces::DavsCheckCallbackInterface
virtual ~DavsCheckCallbackInterface ()=default
 
virtual bool checkIfOkToDownload (std::shared_ptr< commonInterfaces::VendableArtifact > artifact, size_t freeSpaceNeeded)=0
 

Public Attributes

bool okToDownload
 
bool checkFailure
 

Member Function Documentation

◆ checkIfOkToDownload()

bool MyChecker::checkIfOkToDownload ( std::shared_ptr< VendableArtifact ,
size_t   
)
inlineoverride

◆ onCheckFailure()

void MyChecker::onCheckFailure ( ResultCode  errorCode)
inlineoverridevirtual

An event that is called when the check failed with a specific reason.

Parameters
errorCodereason for the failure.

Implements alexaClientSDK::acsdkAssets::davsInterfaces::DavsCheckCallbackInterface.

Member Data Documentation

◆ checkFailure

bool MyChecker::checkFailure

◆ okToDownload

bool MyChecker::okToDownload

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