Apply new design of Notification APIs
authorMyungki Lee <mk5004.lee@samsung.com>
Tue, 25 Apr 2017 04:58:42 +0000 (13:58 +0900)
committerMyungki Lee <mk5004.lee@samsung.com>
Tue, 25 Apr 2017 05:16:45 +0000 (14:16 +0900)
commitceae0008cc80cfb1f18432b092fb63444e6f4d6d
tree8da6655c89660064e9bc5fc5cd3344327e66f274
parent03f542adbaa76b4d9dea914b0496696d1b6b3c4e
Apply new design of Notification APIs

- implements NotificationEventListener

Change-Id: I903a7b1386012a817cca9c6e5677ebabf840eaa0
Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
31 files changed:
Tizen.Applications.sln
Tizen.Applications/Interop/Interop.Libraries.cs
Tizen.Applications/Tizen.Applications.csproj
packaging/csapi-application.spec
src/Tizen.Applications.NotificationEventListener/Interop/Interop.Libraries.cs [new file with mode: 0755]
src/Tizen.Applications.NotificationEventListener/Interop/Interop.NotificationEventListener.cs [new file with mode: 0755]
src/Tizen.Applications.NotificationEventListener/Properties/AssemblyInfo.cs [new file with mode: 0755]
src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener.csproj [new file with mode: 0755]
src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener.nuspec [new file with mode: 0755]
src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener.project.json [new file with mode: 0755]
src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationAccessoryArgsBinder.cs [new file with mode: 0755]
src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationButtonActionArgsBinder.cs [new file with mode: 0755]
src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationDeleteEventArgs.cs [new file with mode: 0755]
src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationDeleteEventArgsBinder.cs [new file with mode: 0755]
src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationEventArgs.cs [new file with mode: 0755]
src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationEventArgsAccessory.cs [new file with mode: 0755]
src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationEventArgsActiveStyle.cs [new file with mode: 0755]
src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationEventArgsBigPictureStyle.cs [new file with mode: 0755]
src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationEventArgsBinder.cs [new file with mode: 0755]
src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationEventArgsButtonAction.cs [new file with mode: 0755]
src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationEventArgsEnumerations.cs [new file with mode: 0755]
src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationEventArgsIndicatorStyle.cs [new file with mode: 0755]
src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationEventArgsLockStyle.cs [new file with mode: 0755]
src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationEventArgsProgress.cs [new file with mode: 0755]
src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationEventArgsReplyAction.cs [new file with mode: 0755]
src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationEventArgsStyle.cs [new file with mode: 0755]
src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationEventListenerErrorFactory.cs [new file with mode: 0755]
src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationListenerManager.cs [new file with mode: 0755]
src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationProgressArgsBinder.cs [new file with mode: 0755]
src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationReplyActionArgsBinder.cs [new file with mode: 0755]
src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationStyleArgsBinder.cs [new file with mode: 0755]