NIMMessageQuickCommentPushConfig constructor

NIMMessageQuickCommentPushConfig({
  1. bool? pushEnabled,
  2. bool? needBadge,
  3. String? pushTitle,
  4. String? pushContent,
  5. String? pushPayload,
})

Implementation

NIMMessageQuickCommentPushConfig(
    {this.pushEnabled,
    this.needBadge,
    this.pushTitle,
    this.pushContent,
    this.pushPayload});