|
enum | State {
State::READY,
State::STARTED,
State::STOPPED,
State::SNOOZED,
State::COMPLETED,
State::PAST_DUE,
State::FOCUS_ENTERED_FOREGROUND,
State::FOCUS_ENTERED_BACKGROUND,
State::ERROR,
State::DELETED,
State::SCHEDULED_FOR_LATER
} |
|
enum | Type { Type::ALARM,
Type::TIMER,
Type::REMINDER
} |
|
template<class T > |
static bool | withinBounds (T value, T minVal, T maxVal) |
|
static std::string | stateToString (State state) |
|
static std::string | typeToString (Type type) |
|
static std::string | originalTimeToString (const OriginalTime &originalTime) |
|
static const int | ORIGINAL_TIME_FIELD_MIN = 0 |
| The minimum value for the field in OriginalTime . More...
|
|
static const int | ORIGINAL_TIME_HOUR_MAX = 23 |
| The maximum value for the hour field in OriginalTime . More...
|
|
static const int | ORIGINAL_TIME_MINUTE_MAX = 59 |
| The maximum value for the minute field in OriginalTime . More...
|
|
static const int | ORIGINAL_TIME_SECOND_MAX = 59 |
| The maximum value for the second field in OriginalTime . More...
|
|
static const int | ORIGINAL_TIME_MILLISECOND_MAX = 999 |
| The maximum value for the millisecond field in OriginalTime . More...
|
|
◆ onAlertStateChange()
The documentation for this class was generated from the following file:
- /workplace/avs-device-sdk/capabilities/Alerts/acsdkAlerts/test/AlertTest.cpp
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
Licensed under the Apache License, Version 2.0