MWebviewPlugin.closeApp()
PluginMWebviewPlugincloseAppLess than 1 minute
Close the entire application window.
Example
import { mwebviewPlugin } from "@plaoc/plugins";
mwebviewPlugin.closeApp();
Function signature
closeApp(): Promise<boolean>
Parameters
- none
return value
-boolean
Platform compatibility
Properties/Methods/Events | Android | IOS | Desktop |
---|---|---|---|
closeApp | ✅ | ✅ | ✅ |
Powered by Waline v2.15.7