IosConfig constructor

IosConfig({
  1. String? appGroupIdentifier = "",
  2. String? storeUrl = "",
  3. bool? forceUpdateProfile = true,
  4. bool? allowCustomUsername = true,
  5. bool? allowCustomProfile = true,
  6. bool? allowCustomAlert = true,
  7. bool? allowAddContact = true,
  8. bool? allowBlockContact = true,
  9. bool? allowSetUserProfileUrl = true,
  10. bool? allowEnableLocationFeature = true,
  11. bool? allowTrackingUsingSDK = true,
  12. bool? isHiddenEditProfile = true,
  13. bool? allowAddNewContact = true,
  14. bool? isVideoCallEnable = true,
  15. bool? isVoiceCallEnable = true,
  16. bool? isHiddenSecretChat = true,
  17. bool? isSyncDataInApp = true,
  18. bool? allowReferralCode = true,
  19. bool? searchByLike = true,
  20. bool? allowReplaceCountrycode = false,
  21. bool? isSyncContactInApp = true,
})

Implementation

IosConfig({
  this.appGroupIdentifier = "",
  this.storeUrl = "",
  this.forceUpdateProfile = true,
  this.allowCustomUsername = true,
  this.allowCustomProfile = true,
  this.allowCustomAlert = true,
  this.allowAddContact = true,
  this.allowBlockContact = true,
  this.allowSetUserProfileUrl = true,
  this.allowEnableLocationFeature = true,
  this.allowTrackingUsingSDK = true,
  this.isHiddenEditProfile = true,
  this.allowAddNewContact = true,
  // this.allowEditContact = true,
  this.isVideoCallEnable = true,
  this.isVoiceCallEnable = true,
  this.isHiddenSecretChat = true,
  this.isSyncDataInApp = true,
  this.allowReferralCode = true,
  this.searchByLike = true,
  this.allowReplaceCountrycode = false,
  this.isSyncContactInApp = true,
});