appUninstallSource property

String? appUninstallSource
getter/setter pair

App uninstall source. Possible string values are:

  • "APPLICATION_UNINSTALL_SOURCE_UNSPECIFIED" : Application uninstall source unknown.
  • "APPLICATION_UNINSTALL_SOURCE_APP_LIST" : Application uninstalled from the App List (Launcher).
  • "APPLICATION_UNINSTALL_SOURCE_APP_MANAGEMENT" : Application uninstalled from the App Managedment page.
  • "APPLICATION_UNINSTALL_SOURCE_SHELF" : Application uninstalled from the Shelf.
  • "APPLICATION_UNINSTALL_SOURCE_MIGRATION" : Application uninstalled by app migration.

Implementation

core.String? appUninstallSource;