external Storage Transfer Report
fun externalStorageTransferReport(host: String, path: String, isUpload: Boolean, success: Boolean, httpStatusCode: Int, bytesExpected: Long, bytesActual: Long, durationMs: Int, cellId: Int = client.cellID!!, proxied: Boolean, ipv6Local: Boolean, ipv6Remote: Boolean, timeToConnectMs: Int, timeToSendReqMs: Int, timeToFirstByteMs: Int, timeToLastByteMs: Int)
Notifies Steam of the metrics for a past transfer of a specific cloud user file
Parameters
host
The URL host of the URL the file was transferred through
path
The URL path of the URL the file was transferred through
is Upload
Whether the transfer was an upload or a download
success
Whether the transfer was successful
http Status Code
The HTTP status code of the transfer
bytes Expected
The expected size in bytes of the file
bytes Actual
The actual size in bytes of the file
duration Ms
The duration of the transfer in milliseconds
cell Id
The cell ID
proxied
Whether the transfer was through a proxy