notificationExtraType property Null safety

NIMNotificationExtraType notificationExtraType
@JsonKey(defaultValue: NIMNotificationExtraType.message), final

点击通知栏传递的extra类型

Implementation

@JsonKey(defaultValue: NIMNotificationExtraType.message)
final NIMNotificationExtraType notificationExtraType;