Add a new internal method to ApplicationManager (#3337)
authorhjhun <36876573+hjhun@users.noreply.github.com>
Wed, 21 Jul 2021 07:46:37 +0000 (16:46 +0900)
committerGitHub <noreply@github.com>
Wed, 21 Jul 2021 07:46:37 +0000 (16:46 +0900)
commite26ff6b3a76508834354cdf992cb331825f3193c
tree1860b9cab0254933b305e1c86ae74b2472567888
parent541905efa662d2abf3c14613c975a7a0ca301935
Add a new internal method to ApplicationManager (#3337)

The AttachWindowBelow() method is added for inhouse applications.
The method is to attach the window of the child application below the
window of the parent application.

Adds:
 - ApplicationManager.AttachWindowBelow()

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/Tizen.Applications.Common/Interop/Interop.ApplicationManager.cs
src/Tizen.Applications.Common/Tizen.Applications/ApplicationManager.cs