ConnectionType

Options for the type of device connectivity

OpenRTB Section 5.22

Properties

Link copied to clipboard
const val CELLULAR_2G: Byte = 4
Link copied to clipboard
const val CELLULAR_3G: Byte = 5
Link copied to clipboard
const val CELLULAR_4G: Byte = 6
Link copied to clipboard
const val CELLULAR_UNKNOWN: Byte = 3
Link copied to clipboard
const val ETHERNET: Byte = 1
Link copied to clipboard
const val UNKNOWN: Byte = 0
Link copied to clipboard
const val WIFI: Byte = 2