REST Resource: enterprises.webApps
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.
Tài nguyên: WebApp
Biểu diễn dưới dạng JSON |
{
"name": string,
"title": string,
"startUrl": string,
"icons": [
{
object (WebAppIcon )
}
],
"displayMode": enum (DisplayMode ),
"versionCode": string
} |
Trường |
name |
string
Tên của ứng dụng web do máy chủ tạo trong quá trình tạo ở biểu mẫu enterprises/{enterpriseId}/webApps/{packageName} .
|
title |
string
Tiêu đề của ứng dụng web như hiển thị với người dùng (ví dụ: giữa danh sách các ứng dụng khác hoặc dưới dạng nhãn cho biểu tượng).
|
startUrl |
string
URL bắt đầu, tức là URL sẽ tải khi người dùng mở ứng dụng.
|
icons[] |
object (WebAppIcon )
Danh sách biểu tượng của ứng dụng web. Phải có ít nhất một phần tử.
|
displayMode |
enum (DisplayMode )
Chế độ hiển thị của ứng dụng web.
|
versionCode |
string (int64 format)
Phiên bản hiện tại của ứng dụng. Xin lưu ý rằng phiên bản có thể tự động tăng lên trong suốt thời gian hoạt động của ứng dụng web, trong khi Google thực hiện công việc nội bộ để luôn cập nhật ứng dụng web.
|
WebAppIcon
Biểu tượng cho một ứng dụng web. Các định dạng được hỗ trợ là: png, jpg và webp.
Biểu diễn dưới dạng JSON |
{
"imageData": string
} |
Trường |
imageData |
string
Các byte thực tế của hình ảnh trong một chuỗi được mã hóa base64url (c.f. RFC4648, phần 5 "Mã hóa cơ sở 64 với URL và tên tệp bảng chữ cái an toàn"). - Loại hình ảnh có thể là png hoặc jpg.
- Tốt nhất là hình ảnh nên là hình vuông.
- Tốt nhất là hình ảnh nên có kích thước 512x512.
|
DisplayMode
Chế độ hiển thị của ứng dụng web.
Enum |
DISPLAY_MODE_UNSPECIFIED |
Không được sử dụng. |
MINIMAL_UI |
Mở ứng dụng web bằng một tập hợp tối thiểu gồm các phần tử trên giao diện người dùng của trình duyệt để kiểm soát thao tác và xem URL của trang. |
STANDALONE |
Mở ứng dụng web để trông giống như một ứng dụng gốc độc lập. Các thành phần trên giao diện người dùng của trình duyệt và URL trang sẽ không hiển thị, tuy nhiên thanh trạng thái hệ thống và nút quay lại sẽ hiển thị. |
FULL_SCREEN |
Mở ứng dụng web ở chế độ toàn màn hình mà không hiển thị bất kỳ chế độ điều khiển nào. Các thành phần trên giao diện người dùng của trình duyệt, URL trang, thanh trạng thái hệ thống và nút quay lại đều không hiển thị, đồng thời ứng dụng web chiếm toàn bộ khu vực hiển thị có sẵn. |
Phương thức |
|
Tạo ứng dụng web. |
|
Xoá ứng dụng web. |
|
Tải một ứng dụng web. |
|
Liệt kê các ứng dụng web của một doanh nghiệp cụ thể. |
|
Cập nhật một ứng dụng web. |
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\u003eA web app resource defines properties like name, title, URL, icons, and display mode, and allows for version control.\u003c/p\u003e\n"],["\u003cp\u003eWeb apps can be managed with methods to create, delete, retrieve, list, and update them.\u003c/p\u003e\n"],["\u003cp\u003eWebAppIcon defines the icon for the web app, supporting PNG, JPG, and WebP formats, ideally in a 512x512 size.\u003c/p\u003e\n"],["\u003cp\u003eDisplayMode allows controlling the web app's presentation, ranging from minimal UI to full-screen mode.\u003c/p\u003e\n"]]],["This describes a WebApp resource, its associated icon, and display settings. WebApps have properties like `name`, `title`, `startUrl`, `icons`, `displayMode`, and `versionCode`. `WebAppIcon` includes image data encoded in base64url. `DisplayMode` settings are `MINIMAL_UI`, `STANDALONE`, or `FULL_SCREEN`. Methods available include `create`, `delete`, `get`, `list`, and `patch`, enabling management of web apps within an enterprise.\n"],null,["# REST Resource: enterprises.webApps\n\n- [Resource: WebApp](#WebApp)\n - [JSON representation](#WebApp.SCHEMA_REPRESENTATION)\n- [WebAppIcon](#WebAppIcon)\n - [JSON representation](#WebAppIcon.SCHEMA_REPRESENTATION)\n- [DisplayMode](#DisplayMode)\n- [Methods](#METHODS_SUMMARY)\n\nResource: WebApp\n----------------\n\nA web app.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"title\": string, \"startUrl\": string, \"icons\": [ { object (/android/management/reference/rest/v1/enterprises.webApps#WebAppIcon) } ], \"displayMode\": enum (/android/management/reference/rest/v1/enterprises.webApps#DisplayMode), \"versionCode\": string } ``` |\n\n| Fields ||\n|---------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` The name of the web app, which is generated by the server during creation in the form `enterprises/{enterpriseId}/webApps/{packageName}`. |\n| `title` | `string` The title of the web app as displayed to the user (e.g., amongst a list of other applications, or as a label for an icon). |\n| `startUrl` | `string` The start URL, i.e. the URL that should load when the user opens the application. |\n| `icons[]` | `object (`[WebAppIcon](/android/management/reference/rest/v1/enterprises.webApps#WebAppIcon)`)` A list of icons for the web app. Must have at least one element. |\n| `displayMode` | `enum (`[DisplayMode](/android/management/reference/rest/v1/enterprises.webApps#DisplayMode)`)` The display mode of the web app. |\n| `versionCode` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` The current version of the app. Note that the version can automatically increase during the lifetime of the web app, while Google does internal housekeeping to keep the web app up-to-date. |\n\nWebAppIcon\n----------\n\nAn icon for a web app. Supported formats are: png, jpg and webp.\n\n| JSON representation |\n|---------------------------------|\n| ``` { \"imageData\": string } ``` |\n\n| Fields ||\n|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `imageData` | `string` The actual bytes of the image in a base64url encoded string (c.f. RFC4648, section 5 \"Base 64 Encoding with URL and Filename Safe Alphabet\"). - The image type can be png or jpg. - The image should ideally be square. - The image should ideally have a size of 512x512. \u003cbr /\u003e |\n\nDisplayMode\n-----------\n\nThe display mode of the web app.\n\n| Enums ||\n|----------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `DISPLAY_MODE_UNSPECIFIED` | Not used. |\n| `MINIMAL_UI` | Opens the web app with a minimal set of browser UI elements for controlling navigation and viewing the page URL. |\n| `STANDALONE` | Opens the web app to look and feel like a standalone native application. The browser UI elements and page URL are not visible, however the system status bar and back button are visible. |\n| `FULL_SCREEN` | Opens the web app in full screen without any visible controls. The browser UI elements, page URL, system status bar and back button are not visible, and the web app takes up the entirety of the available display area. |\n\n| Methods ------- ||\n|--------------------------------------------------------------------------------|----------------------------------------|\n| ### [create](/android/management/reference/rest/v1/enterprises.webApps/create) | Creates a web app. |\n| ### [delete](/android/management/reference/rest/v1/enterprises.webApps/delete) | Deletes a web app. |\n| ### [get](/android/management/reference/rest/v1/enterprises.webApps/get) | Gets a web app. |\n| ### [list](/android/management/reference/rest/v1/enterprises.webApps/list) | Lists web apps for a given enterprise. |\n| ### [patch](/android/management/reference/rest/v1/enterprises.webApps/patch) | Updates a web app. |"]]