//sdk/com.adsbynimbus.openrtb.request/Session
Session
@Serializable
class Session(var depth: Int = 0, var duration: Long = 0)
Session related signals as used by Nimbus
Constructors
| Session | constructor(depth: Int = 0, duration: Long = 0) |
Properties
| Name | Summary |
|---|---|
| depth | @JvmField var depth: Int Depth of the request |
| duration | @JvmField var duration: Long represents the duration in seconds since this session has started |