picsGetProductInfo

fun picsGetProductInfo(app: PICSRequest? = null, package: PICSRequest? = null, metaDataOnly: Boolean = false): AsyncJobMultiple<PICSProductInfoCallback>

Request product information for an app or package Results are returned in a PICSProductInfoCallback callback.

Return

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

Parameters

app

App id requested.

package

Package id requested.

metaDataOnly

Whether to send only meta-data.


Request product information for a list of apps or packages Results are returned in a PICSProductInfoCallback callback.

Return

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

Parameters

apps

List of PICSRequest requests for apps.

packages

List of PICSRequest requests for packages.

metaDataOnly

Whether to send only metadata.