![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <MockDiscoveryEventSender.h>
Additional Inherited Members | |
![]() | |
enum | State { State::UNINITIALIZED, State::REFRESHED, State::EXPIRED, State::UNRECOVERABLE_ERROR, State::AUTHORIZING } |
The enum State describes the state of authorization. More... | |
enum | Error { Error::SUCCESS, Error::UNKNOWN_ERROR, Error::AUTHORIZATION_FAILED, Error::UNAUTHORIZED_CLIENT, Error::SERVER_ERROR, Error::INVALID_REQUEST, Error::INVALID_VALUE, Error::AUTHORIZATION_EXPIRED, Error::UNSUPPORTED_GRANT_TYPE, Error::INVALID_CODE_PAIR, Error::AUTHORIZATION_PENDING, Error::SLOW_DOWN, Error::INTERNAL_ERROR, Error::INVALID_CBL_CLIENT_ID } |
The enum Error encodes possible errors which may occur when changing state. More... | |
Mock class for DiscoveryEventSenderInterface
.
alexaClientSDK::capabilitiesDelegate::test::MockDiscoveryEventSender::MOCK_METHOD0 | ( | stop | , |
void() | |||
) |
alexaClientSDK::capabilitiesDelegate::test::MockDiscoveryEventSender::MOCK_METHOD1 | ( | sendDiscoveryEvents | , |
bool(const std::shared_ptr< avsCommon::sdkInterfaces::MessageSenderInterface > &) | |||
) |
alexaClientSDK::capabilitiesDelegate::test::MockDiscoveryEventSender::MOCK_METHOD1 | ( | addDiscoveryStatusObserver | , |
void(const std::shared_ptr< DiscoveryStatusObserverInterface > &) | |||
) |
alexaClientSDK::capabilitiesDelegate::test::MockDiscoveryEventSender::MOCK_METHOD1 | ( | removeDiscoveryStatusObserver | , |
void(const std::shared_ptr< DiscoveryStatusObserverInterface > &) | |||
) |
alexaClientSDK::capabilitiesDelegate::test::MockDiscoveryEventSender::MOCK_METHOD1 | ( | onAlexaEventProcessedReceived | , |
void(const std::string &) | |||
) |
alexaClientSDK::capabilitiesDelegate::test::MockDiscoveryEventSender::MOCK_METHOD2 | ( | onAuthStateChange | , |
void(AuthObserverInterface::State, AuthObserverInterface::Error) | |||
) |
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0