AdvancedSecurityOverrides constructor

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

Implementation

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