sdk
sdk
/
com.sygic.sdk.diagnostics.http
/
NetworkActivityDiagnosticsData
Network
Activity
Diagnostics
Data
class
NetworkActivityDiagnosticsData
:
StopWatchDiagnosticsData
Constructors
Functions
Properties
Constructors
Network
Activity
Diagnostics
Data
Link copied to clipboard
fun
NetworkActivityDiagnosticsData
(
)
Functions
add
Http
Request
Diagnostics
Data
Link copied to clipboard
fun
addHttpRequestDiagnosticsData
(
httpRequestDiagnosticsData
:
HttpRequestDiagnosticsData
)
elapsed
Seconds
Link copied to clipboard
fun
elapsedSeconds
(
)
:
Long
reset
Link copied to clipboard
fun
reset
(
)
start
Link copied to clipboard
fun
start
(
startTime
:
Long
=
System.currentTimeMillis()
)
stop
Link copied to clipboard
fun
stop
(
endTime
:
Long
=
System.currentTimeMillis()
)
Properties
end
Time
Link copied to clipboard
var
endTime
:
Long
=
0
http
Requests
Link copied to clipboard
val
httpRequests
:
MutableList
<
HttpRequestDiagnosticsData
>
start
Time
Link copied to clipboard
var
startTime
:
Long
=
0