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