notificationConfig property

  1. @JsonKey(toJson: _notificationConfigToMap, fromJson: _notificationConfigFromMap)
NIMStatusBarNotificationConfig? notificationConfig
final

通知栏配置

Implementation

@JsonKey(
    toJson: _notificationConfigToMap, fromJson: _notificationConfigFromMap)
final NIMStatusBarNotificationConfig? notificationConfig;