NIMMixPushConfig(- {String? xmAppId,
- String? xmAppKey,
- String? xmCertificateName,
- String? hwAppId,
- String? hwCertificateName,
- String? mzAppId,
- String? mzAppKey,
- String? mzCertificateName,
- String? fcmCertificateName,
- String? vivoCertificateName,
- String? oppoAppId,
- String? oppoAppKey,
- String? oppoAppSecret,
- String? oppoCertificateName,
- bool autoSelectPushType = false}
)
Implementation
NIMMixPushConfig({
this.xmAppId,
this.xmAppKey,
this.xmCertificateName,
this.hwAppId,
this.hwCertificateName,
this.mzAppId,
this.mzAppKey,
this.mzCertificateName,
this.fcmCertificateName,
this.vivoCertificateName,
this.oppoAppId,
this.oppoAppKey,
this.oppoAppSecret,
this.oppoCertificateName,
this.autoSelectPushType = false,
});