Enumeration

FridaPackageInstallPhase

Declaration

enum Frida.PackageInstallPhase

Description [src]

The phases an install passes through, reported via FridaPackageManager::install-progress.

Members

FRIDA_PACKAGE_INSTALL_PHASE_INITIALIZING

Getting ready to install.

  • Value: 0
  • Available since: 1.0
FRIDA_PACKAGE_INSTALL_PHASE_PREPARING_DEPENDENCIES

Preparing the dependency set.

  • Value: 1
  • Available since: 1.0
FRIDA_PACKAGE_INSTALL_PHASE_RESOLVING_PACKAGE

Resolving a package to a concrete version.

  • Value: 2
  • Available since: 1.0
FRIDA_PACKAGE_INSTALL_PHASE_FETCHING_RESOURCE

Fetching a resource.

  • Value: 3
  • Available since: 1.0
FRIDA_PACKAGE_INSTALL_PHASE_PACKAGE_ALREADY_INSTALLED

The package was already installed.

  • Value: 4
  • Available since: 1.0
FRIDA_PACKAGE_INSTALL_PHASE_DOWNLOADING_PACKAGE

Downloading a package.

  • Value: 5
  • Available since: 1.0
FRIDA_PACKAGE_INSTALL_PHASE_PACKAGE_INSTALLED

A package was installed.

  • Value: 6
  • Available since: 1.0
FRIDA_PACKAGE_INSTALL_PHASE_RESOLVING_AND_INSTALLING_ALL

Resolving and installing the full dependency set.

  • Value: 7
  • Available since: 1.0
FRIDA_PACKAGE_INSTALL_PHASE_COMPLETE

The installation is complete.

  • Value: 8
  • Available since: 1.0