Add new api to get notification block state 06/84006/22
authorseungha.son <seungha.son@samsung.com>
Tue, 16 Aug 2016 08:11:25 +0000 (17:11 +0900)
committerseungha.son <seungha.son@samsung.com>
Fri, 26 Aug 2016 02:27:52 +0000 (11:27 +0900)
commit7072278bdfe20c5c77d92f69ecdaa60ff890a6b8
treed29d59816a906ffc925d0de02dd53ae985708567
parent4bcd76fc6e07020d43639683f99b7be3c8925e4c
Add new api to get notification block state

 - The user can set notification block state in Setting application.
   The user can get notification block state that allow or block
   notifications by using this function.
   The "Block" means wether or not the ability to post notifications is
   blocked. But 'Do not disturb mode' means that Only notification on
   notification panel is allowed.

Signed-off-by: seungha.son <seungha.son@samsung.com>
Change-Id: Id19d9b9d4a89d4693b2ae37a74c15b2543b0758a
include/notification.h
include/notification_ipc.h
include/notification_setting_service.h
include/notification_type.h
src/notification.c
src/notification_ipc.c
src/notification_setting_service.c