{ "sections": [ "title", "description", "file_information", "directory_location", "fields", "wsdl_segment" ], "title": "MobileApplicationDetail - Metadata API", "description": "Represents the packaging attributes for a mobile connected app. This type extends the Metadata metadata type and inherits its fullName field.", "file_information": ".MobileApplicationDetail", "directory_location": "MobileApplicationDetails", "fields_columns": [ "type", "description" ], "fields": { "applicationBinaryFile": { "type": "base64", "description": "Base 64-encoded binary data file for the mobile app." }, "applicationBinaryFileName": { "type": "string", "description": "Filename for the mobile app binary data file." }, "applicationBundleIdentifier": { "type": "string", "description": "iOS apps only: the unique application bundle identifier." }, "applicationFileLength": { "type": "int", "description": "The length of the mobile app binary data file." }, "applicationIconFile": { "type": "string", "description": "iOS apps only: the application icon." }, "applicationIconFileName": { "type": "string", "description": "iOS apps only: the application icon filename." }, "applicationInstallUrl": { "type": "string", "description": "URL to install the mobile app." }, "devicePlatform": { "type": "DevicePlatformType (enumeration of type string)", "description": "Platform that supports the mobile app. The valid values are: android ios", "required": true }, "deviceType": { "type": "string", "description": "Supported device type for mobile app. The valid values are: minitablet phone tablet" }, "minimumOsVersion": { "type": "string", "description": "Minimum OS version required to install the mobile app." }, "privateApp": { "type": "boolean", "description": "Specifies whether the mobile app is private (true) or not (false)." }, "version": { "type": "string", "description": "Version number of the mobile app.", "required": true } }, "wsdl_segment": "```xml\n\n \n \n \n \n\n\n \n \n \n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n```" }