Enterprise Key Ios Settings
data class EnterpriseKeyIosSettings(val allowAllBundleIds: Boolean? = null, val allowedBundleIds: List<String>? = null)
Constructors
Link copied to clipboard
fun EnterpriseKeyIosSettings(allowAllBundleIds: Boolean? = null, allowedBundleIds: List<String>? = null)