Ios Config

@Serializable
data class IosConfig(val appVersion: String? = null) : TargetConfig

The IosConfig class is the container of the configuration details for the iOs target

Author

N7ghtm4r3 - Tecknobit

Parameters

appVersion

The current application version managed by the Engine

See also

Constructors

Link copied to clipboard
constructor(appVersion: String? = null)

Properties

Link copied to clipboard
@SerialName(value = "app_version" )
open override val appVersion: String? = null