RCCallAndroidPushConfig.create constructor

RCCallAndroidPushConfig.create({
  1. String? notificationId,
  2. String? channelIdForXiaoMi,
  3. String? channelIdForHuaWei,
  4. RCCallHuaWeiPushImportance? importanceForHuaWei,
  5. String? channelIdForOppo,
  6. RCCallVivoPushType? vivoPushType,
  7. String? collapseKeyForFCM,
  8. String? imageUrlForFCM,
})

Implementation

RCCallAndroidPushConfig.create({
  this.notificationId,
  this.channelIdForXiaoMi,
  this.channelIdForHuaWei,
  this.importanceForHuaWei,
  this.channelIdForOppo,
  this.vivoPushType,
  this.collapseKeyForFCM,
  this.imageUrlForFCM,
});