MiPushMessageExtra constructor

MiPushMessageExtra({
  1. String? highPriorityEvent,
  2. String? feTs,
  3. String? planId,
  4. String? source,
  5. String? notifyForeground,
  6. String? mTs,
})

Implementation

MiPushMessageExtra({
  this.highPriorityEvent,
  this.feTs,
  this.planId,
  this.source,
  this.notifyForeground,
  this.mTs,
});