AdvancedSecurityOverrides constructor

AdvancedSecurityOverrides({
  1. String? commonCriteriaMode,
  2. String? developerSettings,
  3. String? googlePlayProtectVerifyApps,
  4. String? mtePolicy,
  5. List<String>? personalAppsThatCanReadWorkNotifications,
  6. String? untrustedAppsPolicy,
})

Implementation

AdvancedSecurityOverrides({
  this.commonCriteriaMode,
  this.developerSettings,
  this.googlePlayProtectVerifyApps,
  this.mtePolicy,
  this.personalAppsThatCanReadWorkNotifications,
  this.untrustedAppsPolicy,
});