externalStorageTransferReport

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

isUpload

Whether the transfer was an upload or a download

success

Whether the transfer was successful

httpStatusCode

The HTTP status code of the transfer

bytesExpected

The expected size in bytes of the file

bytesActual

The actual size in bytes of the file

durationMs

The duration of the transfer in milliseconds

cellId

The cell ID

proxied

Whether the transfer was through a proxy