ExpansionFileType
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
枚举 |
expansionFileTypeUnspecified |
未指定扩展文件类型。 |
main |
主扩展文件。 |
patch |
补丁扩展文件。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[[["\u003cp\u003eDevelopers can use the \u003ccode\u003emain\u003c/code\u003e type to indicate the main expansion file while \u003ccode\u003epatch\u003c/code\u003e signifies a patch expansion file.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eexpansionFileTypeUnspecified\u003c/code\u003e is used when the expansion file type is not specified or unknown.\u003c/p\u003e\n"],["\u003cp\u003eThere are three available types of expansion files developers can choose from, allowing them to easily categorize their files based on functionality.\u003c/p\u003e\n"]]],["The provided content outlines three possible types of expansion files: `expansionFileTypeUnspecified`, which denotes an undefined type; `main`, representing the primary expansion file; and `patch`, which signifies a supplementary update or modification file. These categories are defined within an enumeration, offering a structured method for classifying the function of each expansion file.\n"],null,["# ExpansionFileType\n\nPossible types of expansion files.\n\n| Enums ||\n|--------------------------------|----------------------------------|\n| `expansionFileTypeUnspecified` | Unspecified expansion file type. |\n| `main` | Main expansion file. |\n| `patch` | Patch expansion file. |"]]