Skip to content

Commit

Permalink
Docs: Add notification facts
Browse files Browse the repository at this point in the history
  • Loading branch information
Tornaco committed May 7, 2020
1 parent f92f446 commit dfcaf2c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified docs/.DS_Store
Binary file not shown.
11 changes: 11 additions & 0 deletions docs/_posts/2019-12-02-Profile.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ title: 情景模式(Profile)
- [0.4.9. 蓝牙事件](#049-蓝牙事件)
- [0.4.10. 系统启动](#0410-系统启动)
- [0.4.11. 推送消息](#0411-推送消息)
- [0.4.12. 通知](#0412-通知)
- [0.5. Handle](#05-handle)
- [0.5.1. killer](#051-killer)
- [0.5.2. activity](#052-activity)
Expand Down Expand Up @@ -343,6 +344,16 @@ Resumed--> Paused(被其他活动覆盖)-->Resumed(如果其他活动销
| fcmPushMessageArrived | Boolean(true/false) | 收到GCM/FCM消息推送 ||
| pkgName | String(字符串) | 应用包名 ||

### 0.4.12. 通知

| 参数名 | 类型 | 含义 | 示例 |
| --------- | --------------------- | ---------- | ---- |
| notificationAdded | Boolean(true/false) | 新通知到达 ||
| notificationRemoved | Boolean(true/false) | 通知移除 ||
| pkgName | String(字符串) | 通知所属应用包名 ||
| notificationTitle | String(字符串) | 通知标题 ||
| notificationContent | String(字符串) | 通知内容 ||


## 0.5. Handle

Expand Down

0 comments on commit dfcaf2c

Please sign in to comment.