The IonicCordova Plugin API
IPluginBaseAPI
● deploy: IDeployPluginAPI
An instance of the Ionic Deploy Plugin API
▸ getAppDetails(): Promise<IAppInfo>
description: Get info about the current app.
Returns: Promise<IAppInfo>
▸ getAppInfo(success: Function, failure: Function): void
Parameters:
| Name | Type | Description |
|---|---|---|
| success | Function |
- |
| failure | Function |
Returns: void