Add notification-ex.h 60/204160/1
authorhyunho <hhstark.kang@samsung.com>
Mon, 22 Apr 2019 01:39:52 +0000 (10:39 +0900)
committerhyunho <hhstark.kang@samsung.com>
Mon, 22 Apr 2019 01:39:52 +0000 (10:39 +0900)
Change-Id: Idb9c40e6c75ad58427151d9efb3fb07b865aa528
Signed-off-by: hyunho <hhstark.kang@samsung.com>
notification-ex/api/notification_ex.h [new file with mode: 0644]

diff --git a/notification-ex/api/notification_ex.h b/notification-ex/api/notification_ex.h
new file mode 100644 (file)
index 0000000..99e6c28
--- /dev/null
@@ -0,0 +1,49 @@
+/*
+ * Copyright (c) 2019 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+#ifndef __TIZEN_APPFW_NOTIFICATION_EX_H__
+#define __TIZEN_APPFW_NOTIFICATION_EX_H__
+
+#include <notification_ex_app_control_action.h>
+#include <notification_ex_button.h>
+#include <notification_ex_chat_message.h>
+#include <notification_ex_checkbox.h>
+#include <notification_ex_entry.h>
+#include <notification_ex_error.h>
+#include <notification_ex_event_info.h>
+#include <notification_ex_group.h>
+#include <notification_ex_image.h>
+#include <notification_ex_input_selector.h>
+#include <notification_ex_progress.h>
+#include <notification_ex_manager.h>
+#include <notification_ex_reporter.h>
+#include <notification_ex_text.h>
+#include <notification_ex_time.h>
+#include <notification_ex_visibility_action.h>
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+/**
+ * @brief Header for all notification_ex APIs.
+ * @since_tizen 5.5
+ */
+
+#ifdef __cplusplus
+}
+#endif
+#endif  // __TIZEN_APPFW_NOTIFICATION_EX_H__
\ No newline at end of file