Skip to content

Commit 6823195

Browse files
committed
update docs params
1 parent 5e37e6e commit 6823195

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/documents/APIs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ reset tags.
108108
- **extra** : Object // local notification extra (key-value)
109109
- **fireTime** : Number // show local notification time(ms)
110110
- **badge** : Number // when local notification fire, application icon will set badge with this value (iOS Only)
111-
- **soundName** : String // if you what to custom notification sound ,you should specify audio file name (iOS Only)
111+
- **sound** : String // if you what to custom notification sound ,you should specify audio file name (iOS Only)
112112
- **subtitle** : String // set local notification subtitle (iOS10+ Only)
113113

114114
```javascript

example/documents/APIs_zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Android 和 iOS 通用 API。
139139
- **extra** : Object // extra 字段
140140
- **fireTime** : Number // 通知触发时间的时间戳(毫秒)
141141
- **badge** : Number // 本地推送触发后应用角标的 badge 值 (iOS Only)
142-
- **soundName** : String // 指定推送的音频文件 (iOS Only)
142+
- **sound** : String // 指定推送的音频文件 (iOS Only)
143143
- **subtitle** : String // 子标题 (iOS10+ Only)
144144

145145
```javascript

0 commit comments

Comments
 (0)