设备应用 APIinteraction 用户交互showToast版本:v2On this pageshowToast API_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',})