File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments