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."],["You can access information about filtering options for app releases and search for apps accessible by the user via the provided methods."],["The JSON representation of an app includes the `name`, `packageName`, and `displayName` fields, providing essential app details."]]],["The provided information details a representation of an app on the Play Store, accessible via an API. An app is identified by its `name`, `packageName`, and `displayName`. The API offers two core methods: `fetchReleaseFilterOptions`, which outlines the filtering options for app releases, and `search`, enabling users to find apps they have access to. The app resource is structured as a JSON object, including these three string fields.\n"]]