NetworkStatistics
public struct NetworkStatistics : Codable, Equatable, FunctionResult
A full list of available network statistic entries
-
Point in time (Unix timestamp) when the app began collecting statistics
Declaration
Swift
public let sinceDate: Int32 -
Network statistics entries
Declaration
Swift
public let entries: [NetworkStatisticsEntry] -
A full list of available network statistic entries
Declaration
Swift
public init(sinceDate: Int32, entries: [NetworkStatisticsEntry])Parameters
sinceDatePoint in time (Unix timestamp) when the app began collecting statistics
entriesNetwork statistics entries
View on GitHub
Install in Dash
NetworkStatistics Structure Reference