Installs
class Installs extends Resource (View source)
The "installs" collection of methods.
Typical usage is:
$androidenterpriseService = new Google\Service\AndroidEnterprise(...);
$installs = $androidenterpriseService->installs;
Methods
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. A successful response indicates that a removal request has been sent to the device. The call will be considered successful even if the app is not present on the device (e.g. it was never installed, or was removed by the user).
Retrieves details of an installation of an app on a device. (installs.get)
Retrieves the details of all apps installed on the specified device.
Details
delete(string $enterpriseId, string $userId, string $deviceId, string $installId, array $optParams = [])
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. A successful response indicates that a removal request has been sent to the device. The call will be considered successful even if the app is not present on the device (e.g. it was never installed, or was removed by the user).
(installs.delete)
Install
get(string $enterpriseId, string $userId, string $deviceId, string $installId, array $optParams = [])
Retrieves details of an installation of an app on a device. (installs.get)
InstallsListResponse
listInstalls(string $enterpriseId, string $userId, string $deviceId, array $optParams = [])
Retrieves the details of all apps installed on the specified device.
(installs.listInstalls)