pics Get Access Tokens
Request PICS access tokens for an app or package. Results are returned in a PICSTokensCallback callback.
Return
The Job ID of the request. This can be used to find the appropriate PICSTokensCallback.
Parameters
app
App id to request access token for.
package
Package id to request access token for.
fun picsGetAccessTokens(appIds: Iterable<Int>, packageIds: Iterable<Int>): AsyncJobSingle<PICSTokensCallback>
Request PICS access tokens for a list of app ids and package ids Results are returned in a PICSTokensCallback callback.
Return
The Job ID of the request. This can be used to find the appropriate PICSTokensCallback.
Parameters
app Ids
List of app ids to request access tokens for.
package Ids
List of package ids to request access tokens for.