onConversationTypeNotificationLevelLoaded property
dynamic Function(int? code, RCIMIWConversationType? type, RCIMIWPushNotificationLevel? level)?
onConversationTypeNotificationLevelLoaded
getter/setter pair
loadConversationTypeNotificationLevel 的接口回调
code
接口回调的状态码,0 代表成功,非 0 代表出现异常type
会话类型level
消息通知级别
Implementation
Function(
int? code,
RCIMIWConversationType? type,
RCIMIWPushNotificationLevel? level,
)? onConversationTypeNotificationLevelLoaded;