(32)-推送通知API
最后更新于:2022-04-01 06:50:58
> [PushNotificationIOS](http://facebook.github.io/react-native/docs/pushnotificationios.html#content)
## 方法
| 名称 | 意义 |
| --- | --- |
| presentLocalNotification | 立即显示规划好的通知 |
| scheduleLocalNotification | 规划通知 |
| setApplicationIconBadgeNumber | 应用图标右上角的小红泡中数字 |
| getApplicationIconBadgeNumber | 得到应用图标上小红泡的数字 |
| addEventListener | 添加监听,当注册通知或者显示通知时调用 |
| requestPermissions | 请求权限(弹出框,小红泡,声音) |
| abandonPermissions | 放弃接受Apple官方服务的通知 |
| checkPermissions | 检查权限 |
| popInitialNotification | 触发初始化的通知内容 |
| constructor | 构造函数 |
| getMessage() | 获取通知的主要信息 |
| getSound() | 获取aps对象中声音信息 |
| getAlert() | 获取aps中主要信息 |
| getBadgeCount() | 获取aps中小红泡的数量 |
| getData() | 获取通知中数据对象 |