Session

@Serializable
class Session(var depth: Int = 0, var duration: Long = 0)

Session related signals as used by Nimbus

Constructors

Link copied to clipboard
constructor(depth: Int = 0, duration: Long = 0)

Properties

Link copied to clipboard

Depth of the request

Link copied to clipboard

represents the duration in seconds since this session has started