Google Play EMM API: webapps. Manages the deployment of apps to Android Enterprise devices. See: https://developers.google.com/android/work/play/emm-apidocs/reference/rest/v1/webapps
Google Play EMM API: webapps. Manages the deployment of apps to Android Enterprise devices. See: https://developers.google.com/android/work/play/emm-apidocs/reference/rest/v1/webapps
(delete$ auth parameters)
https://developers.google.com/android/work/play/emm-apiapi/reference/rest/v1/webapps/delete
Required parameters: enterpriseId, webAppId
Optional parameters: none
Deletes an existing web app.
https://developers.google.com/android/work/play/emm-apiapi/reference/rest/v1/webapps/delete Required parameters: enterpriseId, webAppId Optional parameters: none Deletes an existing web app.
(get$ auth parameters)
https://developers.google.com/android/work/play/emm-apiapi/reference/rest/v1/webapps/get
Required parameters: enterpriseId, webAppId
Optional parameters: none
Gets an existing web app.
https://developers.google.com/android/work/play/emm-apiapi/reference/rest/v1/webapps/get Required parameters: enterpriseId, webAppId Optional parameters: none Gets an existing web app.
(insert$ auth parameters body)
https://developers.google.com/android/work/play/emm-apiapi/reference/rest/v1/webapps/insert
Required parameters: enterpriseId
Optional parameters: none
Body:
{:webAppId string, :title string, :startUrl string, :icons [{:imageData string}], :displayMode string, :versionCode string, :isPublished boolean}
Creates a new web app for the enterprise.
https://developers.google.com/android/work/play/emm-apiapi/reference/rest/v1/webapps/insert Required parameters: enterpriseId Optional parameters: none Body: {:webAppId string, :title string, :startUrl string, :icons [{:imageData string}], :displayMode string, :versionCode string, :isPublished boolean} Creates a new web app for the enterprise.
(list$ auth parameters)
https://developers.google.com/android/work/play/emm-apiapi/reference/rest/v1/webapps/list
Required parameters: enterpriseId
Optional parameters: none
Retrieves the details of all web apps for a given enterprise.
https://developers.google.com/android/work/play/emm-apiapi/reference/rest/v1/webapps/list Required parameters: enterpriseId Optional parameters: none Retrieves the details of all web apps for a given enterprise.
(update$ auth parameters body)
https://developers.google.com/android/work/play/emm-apiapi/reference/rest/v1/webapps/update
Required parameters: enterpriseId, webAppId
Optional parameters: none
Body:
{:webAppId string, :title string, :startUrl string, :icons [{:imageData string}], :displayMode string, :versionCode string, :isPublished boolean}
Updates an existing web app.
https://developers.google.com/android/work/play/emm-apiapi/reference/rest/v1/webapps/update Required parameters: enterpriseId, webAppId Optional parameters: none Body: {:webAppId string, :title string, :startUrl string, :icons [{:imageData string}], :displayMode string, :versionCode string, :isPublished boolean} Updates an existing web app.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close