进度提醒,原生UI效果:加载中进度条
Methods
-
static start(title, message)
-
显示进度条
Parameters:
Name Type Description titleString 标题
messageString 消息内容
Example
app.progress.start("温馨提示","加载中..."); -
static stop()
-
停止进度条
Example
app.progress.stop();