ExpansionFileType
列舉 |
expansionFileTypeUnspecified |
未指定的擴充檔案類型。 |
main |
主要擴充檔案。 |
patch |
擴充擴充檔案。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-08-22 (世界標準時間)。
[null,null,["上次更新時間:2024-08-22 (世界標準時間)。"],[[["Developers can use the `main` type to indicate the main expansion file while `patch` signifies a patch expansion file."],["The `expansionFileTypeUnspecified` is used when the expansion file type is not specified or unknown."],["There are three available types of expansion files developers can choose from, allowing them to easily categorize their files based on functionality."]]],["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"]]