# showToast

此方法用于显示toast提示

# 代码演示

  • title: 提示的内容 必填
  • icon: 图标,//请指定正确的路径,选填
  • duration: 提示的延迟时间,单位毫秒,默认:1500, 10000永远存在除非手动清除 选填
import {showToast} from 'm-miniCommonSDK/index'

showToast(title, icon, duration)