Android Config

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

The AndroidConfig class is the container of the configuration details for the Android 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