From b833b47c3031a808136773dbe97dbac39ecc5bf5 Mon Sep 17 00:00:00 2001 From: SooChan Lim Date: Mon, 22 Apr 2019 20:47:57 +0900 Subject: [PATCH] add tizen_launch_appinfo interface The tizen_launch_appinfo interface set/get the information associated with the application pid. Change-Id: I0be31af6e05d731698abf4120549b0acf9129670 --- protocol/tizen/tizen-launch.xml | 50 +++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/protocol/tizen/tizen-launch.xml b/protocol/tizen/tizen-launch.xml index d1908be..f5ee391 100644 --- a/protocol/tizen/tizen-launch.xml +++ b/protocol/tizen/tizen-launch.xml @@ -59,4 +59,54 @@ + + + This interface allow to set the information of the application. + + + + + Destroy tizen_launch_appinfo. + + + + + + Request the registration of the pid to the server. + + + + + + + Request the deregistration of the pid to the server + + + + + + + Set the appid associated with the pid. + + + + + + + + Request to get the base_output_resolution associated with the pid. + + + + + + + Get the base_output_resolution of the pid. + The client can use the base_output_resolution as the resolution of the display outputs. + + + + + + -- 2.34.1