V2TimOfflinePushInfo constructor

V2TimOfflinePushInfo({
  1. String? title,
  2. String? desc,
  3. bool? disablePush,
  4. String? iOSSound,
  5. bool? ignoreIOSBadge,
  6. String? androidOPPOChannelID,
  7. String? ext,
  8. String? androidSound,
  9. String? androidVIVOClassification,
})

Implementation

V2TimOfflinePushInfo({
  this.title,
  this.desc,
  this.disablePush,
  this.iOSSound,
  this.ignoreIOSBadge,
  this.androidOPPOChannelID,
  this.ext,
  this.androidSound,
  this.androidVIVOClassification,
});