轻应用开发 API

app. progress

进度提醒,原生UI效果:加载中进度条

Methods

static start(title, message)

显示进度条

Parameters:
Name Type Description
title String

标题

message String

消息内容

Example
app.progress.start("温馨提示","加载中...");

static stop()

停止进度条

Example
app.progress.stop();