Skip to content

Commit

Permalink
Fix docs about toast #55
Browse files Browse the repository at this point in the history
  • Loading branch information
Tornaco authored Feb 1, 2020
1 parent 85f7832 commit 43c0bac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_posts/2019-12-02-Profile.md
Original file line number Diff line number Diff line change
Expand Up @@ -495,8 +495,8 @@ interface ITask {

| 能力 | 含义 | 参数 | 举例 | 返回值 |
| ---------------------- | ---------------- | -------------------------------------------------- | ---- | ------ |
| showShortToast | 休眠(锁屏) | 延迟的毫秒数 | 如下 ||
| showLongToast | 唤醒 | 延迟的毫秒数 | 如下 ||
| showShortToast | 显示提示 | | 如下 ||
| showLongToast | 显示时间较短的提示 | | 如下 ||
| showDialog | 显示对话框 | 标题文本,信息文本,确认按钮文本 | 如下 ||
| showNotification | 显示通知 | 标签(可用于取消通知)标题文本,信息文本,是否重要 | 如下 ||
| cancelNotification | 取消通知 | 标签 | 如下 | |
Expand Down

0 comments on commit 43c0bac

Please sign in to comment.