ToastPlugin.show()
PluginToastPluginshowLess than 1 minute
Show toast
ToastPlugin.show(options)
Parameters
options
Option parameter object;
The value is a ToastShowOptions object;
Return Value
Returns a Promise that resolves to void;
Example
import { toastPlugin } from "@plaoc/plugins";
toastPlugin.show({text: "test"})
Platform Compatibility
Properties/Methods/Events | Android | iOS | Desktop-Dev | Desktop |
---|---|---|---|---|
show | ✅ | ✅ | ✅ | X |
Related Links
Powered by Waline v2.15.7