设备应用 APIinteraction 用户交互showToast版本:v3.xOn this pageshowToastAPI_LEVEL 2.0 开始支持,API 兼容性请参考 API_LEVEL。显示消息提示框。类型function showToast(option: Option): void参数Option属性类型必填默认值说明API_LEVELcontentstring是-提示的内容2.0代码示例import { showToast } from '@zos/interaction'showToast({ content: 'hello world',})