Package-level declarations

Types

Link copied to clipboard
data class EnterpriseKeyAndroidSettings(val allowAllPackageNames: Boolean? = null, val allowedPackageNames: List<String>? = null)
Link copied to clipboard
data class EnterpriseKeyIosSettings(val allowAllBundleIds: Boolean? = null, val allowedBundleIds: List<String>? = null)
Link copied to clipboard
data class EnterpriseKeyTestingOptions(val testingChallenge: String? = null, val testingScore: Double? = null)
Link copied to clipboard
data class EnterpriseKeyWebSettings(val allowAllDomains: Boolean? = null, val allowAmpTraffic: Boolean? = null, val allowedDomains: List<String>? = null, val challengeSecurityPreference: String? = null, val integrationType: String)