tizen-launch: added launch_v2 request to splash interface 41/215041/2
authorMinJeong Kim <minjjj.kim@samsung.com>
Tue, 1 Oct 2019 06:28:32 +0000 (15:28 +0900)
committerMinJeong Kim <minjjj.kim@samsung.com>
Mon, 7 Oct 2019 08:36:23 +0000 (17:36 +0900)
Change-Id: I5156b56f9495fcb3d52c28d099a133ff0f0d76d3
Signed-off-by: MinJeong Kim <minjjj.kim@samsung.com>
protocol/tizen/tizen-launch.xml

index f5ee391..c420cf2 100644 (file)
       <arg name="pid" type="uint" />
     </request>
 
+    <request name="launch_v2">
+      <arg name="file" type="string"/>
+      <arg name="file_type" type="uint" />
+      <arg name="color_depth" type="uint" />
+      <arg name="rotation" type="uint" />
+      <arg name="indicator" type="uint" />
+      <arg name="effect_type" type="string" allow-null="true"/>
+      <arg name="theme_type" type="string" allow-null="true"/>
+      <arg name="options" type="array" allow-null="true" summary="bundle data array to be delivered to interceptor"/>
+      <arg name="extra_config" type="array" allow-null="true" summary="additional config value string"/>
+    </request>
   </interface>
 
   <interface name="tizen_launch_appinfo" version="1">