[Applications.AppControl] Add new internal APIs (#4877)
authorChangGyu Choi <uppletaste@gmail.com>
Wed, 4 Jan 2023 05:27:36 +0000 (14:27 +0900)
committerGitHub <noreply@github.com>
Wed, 4 Jan 2023 05:27:36 +0000 (14:27 +0900)
commit1f8bfa732955a7fce95d10f1acd9c6ccb5ff8a8e
treeaa889972a9f01bbacca73178105640da9934a85e
parente07316cf52aebe829d29eb656b1da10c8aea2415
[Applications.AppControl] Add new internal APIs (#4877)

* [Applications.AppControl] Add a new internal API

This patch adds the API below to set the timeout interval when sending an app launch request.

Adds:
 - AppControl.SendLaunchRequestWithTimeout()

Signed-off-by: ChangGyu Choi <uppletaste@gmail.com>
* Change API name

This patch changed to the same name as the existing API for intuition.

Signed-off-by: ChangGyu Choi <uppletaste@gmail.com>
* Fix API description

Signed-off-by: ChangGyu Choi <uppletaste@gmail.com>
* Add a new internal API

Adds.
 - AppControl.SendLaunchRequest(launchRequest, timeout)

Signed-off-by: ChangGyu Choi <uppletaste@gmail.com>
Signed-off-by: ChangGyu Choi <uppletaste@gmail.com>
Co-authored-by: hjhun <36876573+hjhun@users.noreply.github.com>
src/Tizen.Applications.Common/Interop/Interop.AppControl.cs
src/Tizen.Applications.Common/Tizen.Applications/AppControl.cs