Skip to main content

onRecvOfflineNewMessage

Feature Introduction

info

When the application is running in the background and a new message is received, this callback is triggered. The callback will carry only one message.


void onRecvOfflineNewMessage(List<Message> msg)

Return Result

NameTypeDescription
msgList<Message>New Offline Messages