InstallBundleID: ((bundleID, bundleLabel?) => Promise<Installation>)

Type declaration

    • (bundleID, bundleLabel?): Promise<Installation>
    • Create an installation from a Bundle ID. Returns an installation.

      Parameters

      • bundleID: BundleID
      • Optional bundleLabel: string

      Returns Promise<Installation>

Generated using TypeDoc