onUltraGroupChannelDefaultNotificationLevelLoaded property

dynamic Function(int? code, String? targetId, String? channelId, RCIMIWPushNotificationLevel? level)? onUltraGroupChannelDefaultNotificationLevelLoaded
getter/setter pair

loadUltraGroupChannelDefaultNotificationLevel 的接口回调

  • code 接口回调的状态码,0 代表成功,非 0 代表出现异常
  • targetId 会话 ID
  • channelId 频道 ID,仅支持超级群使用。
  • level 消息通知级别

Implementation

Function(
  int? code,
  String? targetId,
  String? channelId,
  RCIMIWPushNotificationLevel? level,
)? onUltraGroupChannelDefaultNotificationLevelLoaded;