picsGetAccessTokens

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.


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

appIds

List of app ids to request access tokens for.

packageIds

List of package ids to request access tokens for.