AppVersion
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Biểu diễn dưới dạng JSON |
{
"versionCode": string
} |
Trường |
versionCode |
string (int64 format)
Mã phiên bản dạng số của phiên bản ứng dụng (do nhà phát triển ứng dụng đặt).
|
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-07-26 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2025-07-26 UTC."],[[["\u003cp\u003eApp versions are represented using JSON.\u003c/p\u003e\n"],["\u003cp\u003eThe JSON representation includes a \u003ccode\u003eversionCode\u003c/code\u003e field, which is a string formatted as an integer.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eversionCode\u003c/code\u003e is set by the app developer and represents the numeric version of the app.\u003c/p\u003e\n"]]],["The JSON representation defines an app version using a `versionCode` field. This field is a string that follows the int64 format, representing the numeric version code set by the app's developer. The `versionCode` is the sole field in this representation, providing the numerical identifier for a specific version of the application.\n"],null,["# AppVersion\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nRepresentations of an app version.\n\n| JSON representation |\n|-----------------------------------|\n| ``` { \"versionCode\": string } ``` |\n\n| Fields ||\n|---------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `versionCode` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Numeric version code of the app version (set by the app's developer). |"]]