displayNameForMessageNotifierProvider property

NIMDisplayNameForMessageNotifierProvider? displayNameForMessageNotifierProvider
final

为通知栏提供消息发送者显示名称(例如:如果是P2P聊天,可以显示备注名、昵称、帐号等;如果是群聊天,可以显示备注名,群昵称,昵称、帐号等) 如果返回 null,SDK将会使用服务器下发昵称 account 消息发送者账号 sessionId 会话ID(如果是P2P聊天,那么会话ID即为发送者账号,如果是群聊天,那么会话ID就是群号) sessionType 会话类型 返回消息发送者对应的显示名称

Implementation

final NIMDisplayNameForMessageNotifierProvider?
    displayNameForMessageNotifierProvider;