Arcxp Event Fields
fun ArcxpEventFields( @Json(name = "event" ) event: String, @Json(name = "uuid" ) deviceUUID: String, @Json(name = "sdk_name" ) sdkName: String, @Json(name = "sdk_version" ) sdkVersion: String, @Json(name = "organization" ) org: String, @Json(name = "site" ) site: String, @Json(name = "environment" ) environment: String, @Json(name = "region" ) locale: String, @Json(name = "platform" ) platform: String, @Json(name = "os_version" ) platformVersion: String, @Json(name = "device_model" ) deviceModel: String, @Json(name = "connectivity" ) connectivityState: String, @Json(name = "connectivity_type" ) connectivityType: String, @Json(name = "device_orientation" ) orientation: String, @Json(name = "package_name" ) packageName: String)
Content copied to clipboard