kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Network
/
WebTransportClosedParameter
Web
Transport
Closed
Parameter
@
Serializable
data
class
WebTransportClosedParameter
(
val
transportId
:
String
,
val
timestamp
:
Double
)
Fired when WebTransport is disposed.
Members
Constructors
Web
Transport
Closed
Parameter
Link copied to clipboard
constructor
(
transportId
:
String
,
timestamp
:
Double
)
Properties
timestamp
Link copied to clipboard
val
timestamp
:
Double
Timestamp.
transport
Id
Link copied to clipboard
val
transportId
:
String
WebTransport identifier.