AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Reminder.h
Go to the documentation of this file.
1 /*
2  * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License").
5  * You may not use this file except in compliance with the License.
6  * A copy of the License is located at
7  *
8  * http://aws.amazon.com/apache2.0/
9  *
10  * or in the "license" file accompanying this file. This file is distributed
11  * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12  * express or implied. See the License for the specific language governing
13  * permissions and limitations under the License.
14  */
15 
16 #ifndef ACSDKALERTS_REMINDER_H_
17 #define ACSDKALERTS_REMINDER_H_
18 
19 #include "acsdkAlerts/Alert.h"
20 
21 namespace alexaClientSDK {
22 namespace acsdkAlerts {
23 
35 class Reminder : public Alert {
36 public:
37  Reminder(
38  std::function<std::pair<std::unique_ptr<std::istream>, const avsCommon::utils::MediaType>()>
39  defaultAudioFactory,
40  std::function<std::pair<std::unique_ptr<std::istream>, const avsCommon::utils::MediaType>()> shortAudioFactory,
41  std::shared_ptr<settings::DeviceSettingsManager> settingsManager);
42 
43  std::string getTypeName() const override;
44 
47  return "REMINDER";
48  }
49 };
50 
51 } // namespace acsdkAlerts
52 } // namespace alexaClientSDK
53 
54 #endif // ACSDKALERTS_REMINDER_H_
static std::string getTypeNameStatic()
Static member function to get the string representation of this type.
Definition: Reminder.h:46
::std::string string
Definition: gtest-port.h:1097
Definition: Reminder.h:35
MediaType
Definition: MediaType.h:29
std::string getTypeName() const override
Reminder(std::function< std::pair< std::unique_ptr< std::istream >, const avsCommon::utils::MediaType >()> defaultAudioFactory, std::function< std::pair< std::unique_ptr< std::istream >, const avsCommon::utils::MediaType >()> shortAudioFactory, std::shared_ptr< settings::DeviceSettingsManager > settingsManager)
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36

AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0