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
sinceDate
Point in time (Unix timestamp) when the app began collecting statistics
entries
Network statistics entries