[Tizen6.5 Migration][Service] Support simple notification popup 09/249009/2
authorDongHyun Song <dh81.song@samsung.com>
Wed, 6 Jan 2021 03:32:25 +0000 (12:32 +0900)
committerDongHyun Song <dh81.song@samsung.com>
Wed, 6 Jan 2021 03:32:25 +0000 (12:32 +0900)
commit054d81987df8f183576a9445f5db71f8cc56cb8b
tree38d6c610e40d06c1b6aa539c655bce630c738b02
parent121c9f9320b787159d5aff9ba84d169ffd224155
[Tizen6.5 Migration][Service] Support simple notification popup

User apps can use this notification posting API by calling
webapis.postPlainNotification()
 - title: string, mandatory
 - message: string, mandatory
 - timeout: number, optional (10s default)

Actually, this feature is alternative simple solution to show
notification popup of tizen.UserNotification webapi.
Global notification webapis is not included in TV platform.

Related patch:
  https://review.tizen.org/gerrit/250942/

Change-Id: Ibf51f707be4b1edf3fc50dd94041df38cbdae168
Signed-off-by: DongHyun Song <dh81.song@samsung.com>
wrt_app/service/device_api_router.ts