重要提示:我们不再接受 Play EMM API 的新注册。
了解详情。
Storelayoutpages
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
Storelayoutpages 资源表示企业的 Google Play for Work 商店的一个页面。每个页面最多可以包含 30 个商店集群(相关商品组),商店最多可以包含 100 个页面。
为每个网页提供的显示信息包括该网页的本地化名称和指向商店中其他网页的链接,这些链接会显示为网页顶部的快捷链接。每个商店都必须有一个指定的主页面,您可以使用 Enterprises 资源的 Enterprises.setStoreLayout 方法进行设置。首页应包含指向应用店中所有其他页面的链接。
商店布局设计指南介绍了如何设计商店布局,包括如何创建商店页面。
有关此类资源的方法列表,请参阅本页面的结尾部分。
资源表示形式
Google Play 企业版商店页面的定义,由本地化的名称和指向其他页面的链接组成。页面还包含定义为子集合的集群。
{
"kind": "androidenterprise#storePage",
"id": string,
"name": [
{
"locale": string,
"text": string
}
],
"link": [
string
]
}
属性名称 |
值 |
说明 |
备注 |
id |
string |
此网页的唯一 ID。由服务器分配。分配后不可更改。 |
|
kind |
string |
|
|
link[] |
list |
用户可通过相应页面到达的页面(按顺序排列)。此列表不能包含此页面。建议您先创建基本页面,然后再添加页面之间的链接。
该 API 不会验证网页是否存在或是否可访问。 |
|
name[] |
list |
提供此页面名称的本地化字符串的有序列表。显示的文本是与用户语言区域最相符的文本;如果没有良好的匹配,则显示第一个条目。需要至少包含一个条目。 |
|
name[].locale |
string |
语言区域的 BCP47 标记。(例如“en-US”、“de”)。 |
|
name[].text |
string |
在关联的语言区域中本地化的文本。 |
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-09-13。
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"没有我需要的信息"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"太复杂/步骤太多"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"内容需要更新"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻译问题"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"示例/代码问题"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"其他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"易于理解"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"解决了我的问题"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"其他"
}]
{"lastModified": "\u6700\u540e\u66f4\u65b0\u65f6\u95f4 (UTC)\uff1a2024-09-13\u3002"}
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2024-09-13。"]]