feat:a callback example

This commit is contained in:
luhaoling 2023-11-16 09:57:03 +08:00
parent 0e261d0db2
commit 7cf8595791
2 changed files with 7 additions and 3 deletions

View File

@ -312,7 +312,7 @@ iosPush:
# Timeout in seconds
# Whether to continue execution if callback fails
callback:
url: "http://192.168.62.1:8080/sdkName"
url:
beforeSendSingleMsg:
enable: false
timeout: 5

View File

@ -312,7 +312,7 @@ iosPush:
# Timeout in seconds
# Whether to continue execution if callback fails
callback:
url:
url: "http://192.168.62.1:8080/sdkName"
beforeSendSingleMsg:
enable: false
timeout: 5
@ -367,7 +367,11 @@ callback:
beforeMemberJoinGroup:
enable: false
timeout: 5
failedContinue: true
failedContinue: false
afterCreateGroup:
enable: false
timeout: 5
failedContinue: false
beforeSetGroupMemberInfo:
enable: false
timeout: 5