clientFileDownload

fun clientFileDownload(appId: Int, fileName: String, realm: ESteamRealm = ESteamRealm.SteamGlobal, forceProxy: Boolean = false, parentScope: CoroutineScope = CoroutineScope(Dispatchers.IO)): CompletableFuture<FileDownloadInfo>

Request to download a user cloud file of an app

Return

A FileDownloadInfo containing information about how to download the user file

Parameters

appId

The ID of the app the user file belongs to

fileName

The path to the user file including the prefix

realm

The ESteamRealm value

forceProxy

Whether to force proxy