Parameters
Name | Type | Description |
---|---|---|
android_os_version | string | The version of the Android operating system. |
Generated Code
Android
package net.meilcli.dte.common
/**
* Common parameters that are used in android all events.
*/
class AndroidCommonParameter(
/**
* The version of the Android operating system.
*/
val androidOsVersion: String,
)