NIMDisplayNameForMessageNotifierProvider typedef
为通知栏提供消息发送者显示名称(例如:如果是P2P聊天,可以显示备注名、昵称、帐号等;如果是群聊天,可以显示备注名,群昵称,昵称、帐号等) 如果返回 null,SDK将会使用服务器下发昵称
Implementation
typedef NIMDisplayNameForMessageNotifierProvider = Future<String?> Function(
String? account, String? sessionId, NIMSessionType? sessionType);