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
entryThe network statistics entry with the data to be added to statistics
View on GitHub
Install in Dash
AddNetworkStatistics Structure Reference