REST Resource: apps
资源:App
JSON 表示法 |
{
"name": string,
"packageName": string,
"displayName": string
} |
字段 |
name |
string
资源名称。 格式:apps/{app}
|
packageName |
string
应用的软件包名称。 示例:com.example.app123 。
|
displayName |
string
应用的名称。这是 Play 管理中心内设置的最新名称,可能尚未经过审核,因此可能与 Play 商店不一致。 示例:Google Maps 。
|
方法 |
|
介绍版本的过滤选项。 |
|
搜索用户可以访问的应用。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2023-11-29。
[null,null,["最后更新时间 (UTC):2023-11-29。"],[[["The `App` resource represents an application in the Play Store and is identified by its name, package name, and display name."],["The provided JSON schema illustrates the structure of the `App` resource, encompassing these identifying attributes."],["This documentation details methods to fetch release filter options and search for apps accessible by the user, aiding in managing and analyzing app data."]]],["The provided content defines a resource called \"App,\" representing a Play Store app. Key information includes the app's `name` (resource identifier), `packageName` (e.g., `com.example.app123`), and `displayName` (app title). It also specifies two methods: `fetchReleaseFilterOptions` which details release filtering and `search` which is used for discovering accessible Apps. The resource representation is specified in a JSON format containing these properties.\n"]]