Update API doc

This commit is contained in:
Hevin 2017-04-13 13:44:55 +08:00
parent 14f91aacf8
commit ff1fa91d67

View File

@ -280,7 +280,7 @@ JPush SDK 提供了 2 个用于定制通知栏样式的构建类:
- builderId: 设置本地通知样式。 - builderId: 设置本地通知样式。
- content: 设置本地通知的 content。 - content: 设置本地通知的 content。
- title: 设置本地通知的 title。 - title: 设置本地通知的 title。
- notificaitonID: 设置本地通知的 ID。 - notificaitonID: 设置本地通知的 ID(不要为 0
- broadcastTime: 设置本地通知触发时间,为距离当前时间的数值,单位是毫秒。 - broadcastTime: 设置本地通知触发时间,为距离当前时间的数值,单位是毫秒。
- extras: 设置额外的数据信息 extras 为 json 字符串。 - extras: 设置额外的数据信息 extras 为 json 字符串。