pics Get Product Info
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.
meta Data Only
Whether to send only meta-data.
fun picsGetProductInfo(apps: Iterable<PICSRequest>, packages: Iterable<PICSRequest>, metaDataOnly: Boolean = false): AsyncJobMultiple<PICSProductInfoCallback>
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.
meta Data Only
Whether to send only metadata.