OfflinePushInfo constructor
OfflinePushInfo({
- String? title,
- String? desc,
- bool? disablePush,
- String? iOSSound,
- bool? ignoreIOSBadge,
- String? androidOPPOChannelID,
- String? ext,
- String? androidSound,
- int? androidVIVOClassification,
- String? androidFCMChannelID,
- String? androidXiaoMiChannelID,
- int? iOSPushType,
- String? androidHuaWeiCategory,
- String? androidVIVOCategory,
Implementation
OfflinePushInfo({
this.title,
this.desc,
this.disablePush,
this.iOSSound,
this.ignoreIOSBadge,
this.androidOPPOChannelID,
this.ext,
this.androidSound,
this.androidVIVOClassification,
this.androidFCMChannelID,
this.androidXiaoMiChannelID,
this.iOSPushType,
this.androidHuaWeiCategory,
this.androidVIVOCategory,
});