Skip to content

Commit

Permalink
Merge pull request #459 from haoxiuwen/doc-v2
Browse files Browse the repository at this point in the history
Minor Modify Instant Push Description
  • Loading branch information
haoxiuwen authored Oct 12, 2023
2 parents c6cf98b + 64d7182 commit 257531a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/push/push_notification_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
| `huawei` | Object | 华为推送特性。 ||
| `honor` | Object | 荣耀推送特性。 ||

### Easemob 推送
### Easemob 推送说明

下面为包含大图片的通知的代码示例,你可以按实际需求配置:

Expand Down Expand Up @@ -121,7 +121,7 @@
| `bigPicture` | String | 大图片 URL。该字段仅在 `style``2` 时需要设置。 | Android |
| `id` | Long | 通知 ID。默认值为随机数。当 ID 相同时,新通知的内容会覆盖之前的通知。 | iOS & Android |

### APNs 推送相关字段
### APNs 推送说明

| 字段 | 类型 | 描述 |
| :----------------- | :----- | :----------------------------------------------------------- |
Expand All @@ -148,7 +148,7 @@
| `ext` | Object | 自定义推送扩展信息。 |
| `launchImage` | String | 要显示的启动图像文件的名称。 |

### FCM 推送相关字段
### FCM 推送说明

| 字段 | 类型 | 描述 |
| :---------------------- | :----- | :----------------------------------------------------------- |
Expand Down Expand Up @@ -178,7 +178,7 @@
| `bodyLocKey` | String | 应用的字符串资源中正文字符串的键,用于将正文文字本地化为用户当前的本地化设置语言。 |
| `bodyLocArgs` | List | 将用于替换 `body_loc_key`(用来将正文文字本地化为用户当前的本地化设置语言)中的格式说明符的变量字符串值。 |

### FCM V1 推送相关字段
### FCM V1 推送说明

| 字段 | 类型 | 描述 |
| :-------------- | :----- | :----------------------------------------------------------- |
Expand Down

0 comments on commit 257531a

Please sign in to comment.