mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-19 16:29:01 +08:00
pb: open_im_sdk.OfflinePushInfo
This commit is contained in:
@@ -171,6 +171,37 @@ messagecallback:
|
||||
stateChange:
|
||||
switch: false
|
||||
|
||||
iOSPush:
|
||||
pushSound: "xxx"
|
||||
badgeCount: 1
|
||||
|
||||
notification:
|
||||
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---------------------#
|
||||
#The following configuration items are applied to openIM Demo configuration
|
||||
demoswitch: true
|
||||
|
||||
Reference in New Issue
Block a user