CustomNotification constructor Null safety
- {String? sessionId,
- NIMSessionType? sessionType,
- String? fromAccount,
- int? time,
- String? content,
- String? apnsText,
- Map<
String, dynamic> ? pushPayload, - CustomNotificationConfig? config,
- NIMAntiSpamOption? antiSpamOption,
- String? env}
Implementation
CustomNotification(
{this.sessionId,
this.sessionType,
this.fromAccount,
this.time,
this.content,
this.apnsText,
this.pushPayload,
this.config,
this.antiSpamOption,
this.env});