getManifestRequestCode

fun getManifestRequestCode(depotId: Int, appId: Int, manifestId: Long, branch: String? = null, branchPasswordHash: String? = null, parentScope: CoroutineScope): Deferred<ULong>

Request the manifest request code for the specified arguments.

Return

Returns the manifest request code, it may be zero if it was not granted.

Parameters

depotId

The DepotID to request a manifest request code for.

appId

The AppID parent of the DepotID.

manifestId

The ManifestID that will be downloaded.

branch

The branch name this manifest belongs to.

branchPasswordHash

The branch password. TODO: (SK) how is it hashed?