appType property

String? appType
getter/setter pair

Type of the app.

Output only. Possible string values are:

  • "APP_TYPE_UNSPECIFIED" : App type not specified.
  • "EXTENSION" : Chrome extension.
  • "APP" : Chrome app.
  • "THEME" : Chrome theme.
  • "HOSTED_APP" : Chrome hosted app.
  • "ANDROID_APP" : ARC++ app.

Implementation

core.String? appType;