Skip to content

Commit 4910ba3

Browse files
authored
Merge pull request #35 from haoxiuwen/doc-shengwang
Modify End Tag for iOS Offline Push
2 parents 42d89ed + 8b43af7 commit 4910ba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/document/ios/push/push_notification_mode_dnd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
7474
在本机上调用 `AgoraChatPushManager#setSilentModeForConversation:conversationType:params:completion` 设置会话的推送通知方式,在多设备事件 `AgoraChatMultiDevicesDelegate#onConversationEvent:conversationId:conversationType` 里会回调当前操作,此时参数 `event` 的值为 `AgoraChatMultiDevicesEventConversationMuteInfoChanged`。
7575
76-
``objectivec
76+
```objectivec
7777
//对会话设置推送通知方式
7878
AgoraChatSilentModeParam *param = [[AgoraChatSilentModeParam alloc] initWithParamType:SilentModeParamTypeRemindType];
7979
param.remindType = AgoraChatPushRemindTypeAll;

0 commit comments

Comments
 (0)