Contents

App.Attributes

Attributes that describe an app resource.

Declaration

object App.Attributes

Properties

NameTypeDescription
namestring

The display name of the app.

bundleIdstring

The bundle identifier of the app.

websiteUrlstring

The website URL for the app.

versionstring

The current version of the app.

supportedOS[SupportedOS]

The list of operating systems the app supports. See SupportedOS for possible values.

isCustomAppboolean

Indicates whether this is a custom B2B app.

appStoreUrlstring

The App Store URL for the app.

Overview