Module: miot/ui/ProgressDialog

进度对话框,当进度到达max设置之后自动消失

Properties:
Name Type Description
visible bool

是否可见

cancelable bool

是否允许点击空白区域取消显示,仅限Android

title string

标题

message string

副标题,内容

max number

最大进度值

progress number

当前进度值

onDismiss func

对话框消失回调

timeout number

超时自动隐藏,设置0或者不设置不会自动隐藏