appCloudSyncStats

fun appCloudSyncStats(appId: Int, platformType: EPlatformType, preload: Boolean = false, blockingAppLaunch: Boolean, filesUploaded: Int = 0, filesDownloaded: Int = 0, filesDeleted: Int = 0, bytesUploaded: Long = 0, bytesDownloaded: Long = 0, microsecTotal: Long, microsecInitCaches: Long, microsecValidateState: Long, microsecAcLaunch: Long = 0, microsecAcPrepUserFiles: Long = 0, microsecAcExit: Long = 0, microsecBuildSyncList: Long, microsecDeleteFiles: Long = 0, microsecDownloadFiles: Long = 0, microsecUploadFiles: Long = 0, hardwareType: Int = 1, filesManaged: Int)

Notify Steam of the stats of the sync that just occurred. The values with Ac in them, I believe, are for Steam Auto Cloud.

Parameters

appId

The ID of the app whose user files were synced

filesUploaded

The number of files that were uploaded in the sync

filesDownloaded

The number of files that were downloaded in the sync

filesDeleted

The number of files that were deleted in the sync

bytesUploaded

The total number of bytes that were uploaded in the sync

bytesDownloaded

The total number of bytes that were downloaded in the sync

microsecTotal

The total time the sync took in micro-seconds

microsecDeleteFiles

The time the sync took to delete all the required files in micro-seconds

microsecDownloadFiles

The time the sync took to download all the required files in micro-seconds

microsecUploadFiles

The time the sync took to upload all the required files in micro-seconds