AddNetworkStatistics
public struct AddNetworkStatistics : Codable, Equatable, TDFunction
Adds the specified data to data usage statistics. Can be called before authorization
-
Undocumented
Declaration
Swift
public typealias Result = Ok
-
The network statistics entry with the data to be added to statistics
Declaration
Swift
public let entry: NetworkStatisticsEntry
-
Adds the specified data to data usage statistics. Can be called before authorization
Declaration
Swift
public init(entry: NetworkStatisticsEntry)
Parameters
entry
The network statistics entry with the data to be added to statistics