StringStringStringStringAppInfoAppInfoAppInfoAppInfoStringGet the AppBundleID
Kind: Instance method of AppInfo
Returns: String - the KEY_APP_BUNDLE_ID value
StringGet the AppDisplayName
Kind: Instance method of AppInfo
Returns: String - the KEY_APP_DISPLAY_NAME value
StringGet the AppIcon
Kind: Instance method of AppInfo
Returns: String - the KEY_APP_ICON value
StringGet the AppVersion
Kind: Instance method of AppInfo
Returns: String - the KEY_APP_VERSION value
AppInfoSet 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} |
AppInfoSet 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} |
AppInfoSet 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} |
AppInfoSet 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} |