summaryrefslogtreecommitdiff
path: root/src/components/utils/test/test_generator/MOBILE_API.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/utils/test/test_generator/MOBILE_API.xml')
-rw-r--r--src/components/utils/test/test_generator/MOBILE_API.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/components/utils/test/test_generator/MOBILE_API.xml b/src/components/utils/test/test_generator/MOBILE_API.xml
index fa93a910d4..f5d1c691b7 100644
--- a/src/components/utils/test/test_generator/MOBILE_API.xml
+++ b/src/components/utils/test/test_generator/MOBILE_API.xml
@@ -1518,6 +1518,26 @@
</struct>
+ <struct name="AppInfo">
+ <description>Contains detailed information about the registered application.</description>
+
+ <param name="appDisplayName" type="String" maxlength="100" mandatory="true">
+ <description>The name displayed for the mobile application on the mobile device (can differ from the app name set in the initial RAI request).</description>
+ </param>
+
+ <param name="appBundleID" type="String" maxlength="256" mandatory="true">
+ <description>The AppBundleID of an iOS application or package name of the Android application. This supports App Launch strategies for each platform.</description>
+ </param>
+
+ <param name="appVersion" type="String" maxlength="256" mandatory="true">
+ <description>Represents the build version number of this particular mobile app.</description>
+ </param>
+
+ <param name="appIcon" type="String" maxlength="500" mandatory="false">
+ <description>A file reference to the icon utilized by this app (simplifies the process of setting an app icon during app registration).</description>
+ </param>
+ </struct>
+
<enum name="FileType">
<description>Enumeration listing possible file types.</description>
<element name="GRAPHIC_BMP" />
@@ -2360,6 +2380,11 @@
<param name="appID" type="String" maxlength="100" mandatory="true">
<description>ID used to validate app with policy table entries</description>
</param>
+ <param name="appInfo" type="AppInfo" mandatory="false">
+ <description>
+ See AppInfo.
+ </description>
+ </param>
</function>
<function name="RegisterAppInterface" functionID="RegisterAppInterfaceID" messagetype="response">