QChatSystemNotification constructor
QChatSystemNotification({
- QChatSystemNotificationType? type,
- int? msgIdServer,
- String? extension,
- int? status,
- bool? persistEnable,
- String? attach,
- bool? pushEnable,
- bool? needPushNick,
- bool? needBadge,
- String? pushContent,
- String? env,
- String? pushPayload,
- String? body,
- int? channelId,
- int? serverId,
- int? time,
- bool? routeEnable,
- String? fromAccount,
- String? fromNick,
- String? fromDeviceId,
- int? fromClientType,
- String? callbackExtension,
- QChatSystemNotificationAttachment? attachment,
- int? updateTime,
- String? msgIdClient,
- List<
String> ? toAccids,
Implementation
QChatSystemNotification(
{this.type,
this.msgIdServer,
this.extension,
this.status,
this.persistEnable,
this.attach,
this.pushEnable,
this.needPushNick,
this.needBadge,
this.pushContent,
this.env,
this.pushPayload,
this.body,
this.channelId,
this.serverId,
this.time,
this.routeEnable,
this.fromAccount,
this.fromNick,
this.fromDeviceId,
this.fromClientType,
this.callbackExtension,
this.attachment,
this.updateTime,
this.msgIdClient,
this.toAccids});