mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-20 00:39:01 +08:00
notification
This commit is contained in:
+28
-10
@@ -160,17 +160,35 @@ messagecallback:
|
||||
stateChange:
|
||||
switch: false
|
||||
|
||||
iOSPush:
|
||||
pushSound: "xxx"
|
||||
badgeCount: 1
|
||||
|
||||
notification:
|
||||
offlinePush:
|
||||
switch: true
|
||||
createGroup:
|
||||
title: "create group title"
|
||||
desc: "create group desc"
|
||||
ext: "create group ext"
|
||||
quitGroup:
|
||||
title: "quit group title"
|
||||
desc: "quit group desc"
|
||||
ext: "quit group ext"
|
||||
groupCreated:
|
||||
conversation:
|
||||
conversationChanged: 1
|
||||
unreadCount: 1
|
||||
offlinePush:
|
||||
switch: true
|
||||
title: "create group title"
|
||||
desc: "create group desc"
|
||||
ext: "create group ext"
|
||||
defaultTips:
|
||||
tips: "create the group" # xx create the group
|
||||
|
||||
groupInfoChanged:
|
||||
conversation:
|
||||
conversationChanged: 1
|
||||
unreadCount: 1
|
||||
offlinePush:
|
||||
switch: true
|
||||
title: "group info changed title"
|
||||
desc: "group info changed desc"
|
||||
ext: "group info changed ext"
|
||||
defaultTips:
|
||||
tips: "group info changed by" # group info changed by xx
|
||||
conversationChanged: 0
|
||||
|
||||
|
||||
#---------------demo configuration---------------------#
|
||||
|
||||
Reference in New Issue
Block a user