问题描述
比如说我我想显示发消息者的昵称,以及显示消息内容,类似微信的那种推送,如何做啊,麻烦说详细点好吗?谢谢
解决方案
EMPushNotificationOptions *options = [[EaseMob sharedInstance].chatManager pushNotificationOptions]; options.displayStyle = ePushNotificationDisplayStyle_messageSummary; [[EaseMob sharedInstance].chatManager asyncUpdatePushOptions:options];执行这段代码,可以放在appdelegate中处理。
时间: 2024-10-02 15:19:44