API Reference > @next-core/brick-kit > AbstractRuntime > hasInstalledApp
AbstractRuntime.hasInstalledApp() method
查看是否已安装某应用。
Signature:
hasInstalledApp(appId: string, matchVersion?: string): boolean;
Parameters
| Parameter | Type | Description |
|---|---|---|
| appId | string | |
| matchVersion | string |
Returns:
boolean