Google Play EMM API: installs. Manages the deployment of apps to Android Enterprise devices. See: https://developers.google.com/android/work/play/emm-apiapi/reference/rest/v1/installs
Google Play EMM API: installs. Manages the deployment of apps to Android Enterprise devices. See: https://developers.google.com/android/work/play/emm-apiapi/reference/rest/v1/installs
(delete$ auth parameters)
https://developers.google.com/android/work/play/emm-apiapi/reference/rest/v1/installs/delete
Required parameters: installId, enterpriseId, deviceId, userId
Optional parameters: none
Requests to remove an app from a device. A call to get or list will still show the app as installed on the device until it is actually removed.
https://developers.google.com/android/work/play/emm-apiapi/reference/rest/v1/installs/delete Required parameters: installId, enterpriseId, deviceId, userId Optional parameters: none Requests to remove an app from a device. A call to get or list will still show the app as installed on the device until it is actually removed.
(get$ auth parameters)
https://developers.google.com/android/work/play/emm-apiapi/reference/rest/v1/installs/get
Required parameters: installId, userId, deviceId, enterpriseId
Optional parameters: none
Retrieves details of an installation of an app on a device.
https://developers.google.com/android/work/play/emm-apiapi/reference/rest/v1/installs/get Required parameters: installId, userId, deviceId, enterpriseId Optional parameters: none Retrieves details of an installation of an app on a device.
(list$ auth parameters)
https://developers.google.com/android/work/play/emm-apiapi/reference/rest/v1/installs/list
Required parameters: deviceId, enterpriseId, userId
Optional parameters: none
Retrieves the details of all apps installed on the specified device.
https://developers.google.com/android/work/play/emm-apiapi/reference/rest/v1/installs/list Required parameters: deviceId, enterpriseId, userId Optional parameters: none Retrieves the details of all apps installed on the specified device.
(update$ auth parameters body)
https://developers.google.com/android/work/play/emm-apiapi/reference/rest/v1/installs/update
Required parameters: userId, installId, enterpriseId, deviceId
Optional parameters: none
Body:
{:productId string, :versionCode integer, :installState string}
Requests to install the latest version of an app to a device. If the app is already installed, then it is updated to the latest version if necessary.
https://developers.google.com/android/work/play/emm-apiapi/reference/rest/v1/installs/update Required parameters: userId, installId, enterpriseId, deviceId Optional parameters: none Body: {:productId string, :versionCode integer, :installState string} Requests to install the latest version of an app to a device. If the app is already installed, then it is updated to the latest version if necessary.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close