PushAppInfo constructor

PushAppInfo({
  1. String? mi_app_id,
  2. String? mi_app_key,
  3. int? mz_buz_id,
  4. String? mz_app_id,
  5. String? mz_app_key,
  6. int? vivo_buz_id,
  7. int? oppo_buz_id,
  8. String? oppo_app_key,
  9. String? oppo_app_secret,
  10. String? oppo_app_id,
  11. int? hw_buz_id,
  12. int? mi_buz_id,
  13. int? apple_buz_id,
  14. int? honor_buz_id,
})

The buz ID refer to the Business ID from the main page From Tencent Cloud IM console, after you uploading the account info for each channel.

Implementation

PushAppInfo({
  this.mi_app_id,
  this.mi_app_key,
  this.mz_buz_id,
  this.mz_app_id,
  this.mz_app_key,
  this.vivo_buz_id,
  this.oppo_buz_id,
  this.oppo_app_key,
  this.oppo_app_secret,
  this.oppo_app_id,
  this.hw_buz_id,
  this.mi_buz_id,
  this.apple_buz_id,
  this.honor_buz_id
});