NIMMixPushConfig constructor

NIMMixPushConfig({
  1. String? xmAppId,
  2. String? xmAppKey,
  3. String? xmCertificateName,
  4. String? hwAppId,
  5. String? hwCertificateName,
  6. String? mzAppId,
  7. String? mzAppKey,
  8. String? mzCertificateName,
  9. String? fcmCertificateName,
  10. String? vivoCertificateName,
  11. String? oppoAppId,
  12. String? oppoAppKey,
  13. String? oppoAppSecret,
  14. String? oppoCertificateName,
  15. bool autoSelectPushType = false,
  16. String? honorCertificateName,
})

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,
  this.honorCertificateName,
});