API
Class

ShowToastParams ($UI/wxsys/lib/wx/wx/toast/showToast/ShowToastParams)

使用范围:WX

Contents

class ShowToastParams ($UI/wxsys/lib/wx/wx/toast/showToast/ShowToastParams)

显示提示框参数

Constructor Top

  ShowToastParams ()

Properties Top

Integer duration

等待时间,

String icon

提示图标,默认为success,

Boolean mask

是否显示透明蒙层,

String title

提示内容

Constructor details Top

public ShowToastParams ()

显示提示框参数

Properties Detail Top

public Integer duration

等待时间,

public String icon

提示图标,默认为success,

public Boolean mask

是否显示透明蒙层,

public String title

提示内容