OfflinePushInfo constructor

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

Implementation

OfflinePushInfo({
  this.title,
  this.desc,
  this.ext,
  this.vendorParams,
  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,
  this.androidMeizuNotifyType,
});