String
String
String
String
AppInfo
AppInfo
AppInfo
AppInfo
String
Get the AppBundleID
Kind: Instance method of AppInfo
Returns: String
- the KEY_APP_BUNDLE_ID value
String
Get the AppDisplayName
Kind: Instance method of AppInfo
Returns: String
- the KEY_APP_DISPLAY_NAME value
String
Get the AppIcon
Kind: Instance method of AppInfo
Returns: String
- the KEY_APP_ICON value
String
Get the AppVersion
Kind: Instance method of AppInfo
Returns: String
- the KEY_APP_VERSION value
AppInfo
Set the AppBundleID
Kind: Instance method of AppInfo
Returns: AppInfo
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
id | String |
The AppBundleID of an iOS application or package name of the Android application. This supports App Launch strategies for each platform. - The desired AppBundleID. {'string_min_length': 1, 'string_max_length': 256} |
AppInfo
Set the AppDisplayName
Kind: Instance method of AppInfo
Returns: AppInfo
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
name | String |
The name displayed for the mobile application on the mobile device (can differ from the app name set in the initial RAI request). - The desired AppDisplayName. {'string_min_length': 1, 'string_max_length': 100} |
AppInfo
Set the AppIcon
Kind: Instance method of AppInfo
Returns: AppInfo
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
icon | String |
A file reference to the icon utilized by this app (simplifies the process of setting an app icon during app registration). - The desired AppIcon. {'string_min_length': 1, 'string_max_length': 500} |
AppInfo
Set the AppVersion
Kind: Instance method of AppInfo
Returns: AppInfo
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
version | String |
Represents the build version number of this particular mobile app. - The desired AppVersion. {'string_min_length': 1, 'string_max_length': 256} |