MobileDeviceApplicationRunAdditionalDataItem
Properties:
TypeName
Value
Description:
It is used to transform values of the 1C:Enterprise type to values of the Java type.
Allowed type names: byte, char, double, float, int, long, short, boolean, String, Uri, Bitmap, Account, Address, Location.
There is no need to specify the Java type name as it can be identified based on the value type. The following types are transformed by default:
- String –> String
- array of strings -> String[]
- boolean –> boolean
- array of boolean –> boolean[]
- Number –> double
- array of numbers –> double[]
- URL –> String
- LocationData –> Location
- AddressData –> Address
- Picture –> Bitmap
- ContactAccount –> Account
- MobileDeviceApplicationLaunchExtrasData –> Bundle (hierarchical structure of additional data).
Availability: