OfflinePushInfo constructor

OfflinePushInfo({
  1. String? title,
  2. String? desc,
  3. String? ext,
  4. bool? disablePush,
  5. String? iOSSound,
  6. String? iOSImage,
  7. bool? ignoreIOSBadge,
  8. int? iOSPushType,
  9. String? iOSInterruptionLevel,
  10. bool? enableIOSBackgroundNotification,
  11. String? androidSound,
  12. String? androidOPPOChannelID,
  13. String? androidOPPOCategory,
  14. int? androidOPPONotifyLevel,
  15. String? androidVIVOCategory,
  16. int? androidVIVOClassification,
  17. String? androidFCMChannelID,
  18. String? androidFCMImage,
  19. String? androidXiaoMiChannelID,
  20. String? androidHuaWeiCategory,
  21. String? androidHuaWeiImage,
  22. String? androidHonorImage,
  23. String? androidHonorImportance,
  24. String? harmonyImage,
  25. String? harmonyCategory,
  26. bool? ignoreHarmonyBadge,
})

Implementation

OfflinePushInfo({
  this.title,
  this.desc,
  this.ext,
  this.disablePush,
  this.iOSSound,
  this.iOSImage,
  this.ignoreIOSBadge,
  this.iOSPushType,
  this.iOSInterruptionLevel,
  this.enableIOSBackgroundNotification,
  this.androidSound,
  this.androidOPPOChannelID,
  this.androidOPPOCategory,
  this.androidOPPONotifyLevel,
  this.androidVIVOCategory,
  this.androidVIVOClassification,
  this.androidFCMChannelID,
  this.androidFCMImage,
  this.androidXiaoMiChannelID,
  this.androidHuaWeiCategory,
  this.androidHuaWeiImage,
  this.androidHonorImage,
  this.androidHonorImportance,
  this.harmonyImage,
  this.harmonyCategory,
  this.ignoreHarmonyBadge,
});