get Manifest Request Code
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
depot Id
The DepotID to request a manifest request code for.
app Id
The AppID parent of the DepotID.
manifest Id
The ManifestID that will be downloaded.
branch
The branch name this manifest belongs to.
branch Password Hash
The branch password. TODO: (SK) how is it hashed?