ToastPlugin.show()
August 11, 2023
- Plugin
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/plugin";
toastPlugin.show({text: "test"})
Platform Compatibility
Properties/Methods/Events | Android | iOS | Desktop-Dev | Desktop |
---|---|---|---|---|
show | ✅ | ✅ | ✅ | X |
Related Links
Powered by Waline v2.13.0