Add SyncKeyEvent for Widget 70/271970/16
authortscholb <scholb.kim@samsung.com>
Thu, 20 Jan 2022 12:35:44 +0000 (21:35 +0900)
committersunghyun kim <scholb.kim@samsung.com>
Thu, 17 Mar 2022 01:42:17 +0000 (01:42 +0000)
In the past, the WidgetApplication used the keyEvent using the screen connector's API.
However, this API is not synchronized.
So WidgetView cannot get feedback from WidgetApplication.
To solve this problem, AppFramework provides a new API to send keyEvent with sync.
So we add a new callback to use this API.

Plus,
Widget Application also needs a new API to send an alarm to the WidgetView when it uses a keyEvent.
So we add a new API called SetUsingKeyEvent().

Change-Id: I92c00b57dfe1c72baadb9fc082e253b1a0385d14


No differences found