picsGetPrivateBeta

fun picsGetPrivateBeta(app: Int, accessToken: Long, branch: String, branchPasswordHash: ByteArray): AsyncJobSingle<PrivateBetaCallback>

Submit a beta password for a given app to retrieve any betas and their encryption keys. Results are returned in a CheckAppBetaPasswordCallback callback. The returned AsyncJobSingle can also be awaited to retrieve the callback result.

Return

The Job ID of the request. This can be used to find the appropriate CheckAppBetaPasswordCallback.

Parameters

app

App id requested.

accessToken

Access token associated with the app.

branch

The branch name.

branchPasswordHash

The branch password from CheckAppBetaPasswordCallback