IosConfig constructor
IosConfig({
- String? appGroupIdentifier = "",
- String? storeUrl = "",
- bool? forceUpdateProfile = true,
- bool? allowCustomUsername = true,
- bool? allowCustomProfile = true,
- bool? allowCustomAlert = true,
- bool? allowAddContact = true,
- bool? allowBlockContact = true,
- bool? allowSetUserProfileUrl = true,
- bool? allowEnableLocationFeature = true,
- bool? allowTrackingUsingSDK = true,
- bool? isHiddenEditProfile = true,
- bool? allowAddNewContact = true,
- bool? isVideoCallEnable = true,
- bool? isVoiceCallEnable = true,
- bool? isHiddenSecretChat = true,
- bool? isSyncDataInApp = true,
- bool? allowReferralCode = true,
- bool? searchByLike = true,
- bool? allowReplaceCountrycode = false,
- 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,
});