pub async fn add_network_statistics(
entry: NetworkStatisticsEntry,
client_id: i32,
) -> Result<(), Error>
Expand description
Adds the specified data to data usage statistics. Can be called before authorization
ยงArguments
entry
- The network statistics entry with the data to be added to statisticsclient_id
- The client id to send the request to