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? androidSound,
  10. String? androidOPPOChannelID,
  11. String? androidVIVOCategory,
  12. int? androidVIVOClassification,
  13. String? androidFCMChannelID,
  14. String? androidFCMImage,
  15. String? androidXiaoMiChannelID,
  16. String? androidHuaWeiCategory,
  17. String? androidHuaWeiImage,
  18. String? androidHonorImage,
  19. String? harmonyImage,
  20. String? harmonyCategory,
  21. bool? ignoreHarmonyBadge,
})

Implementation

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