class EnterprisesApplications extends Resource (View source)

The "applications" collection of methods.

Typical usage is:

 $androidmanagementService = new Google\Service\AndroidManagement(...);
 $applications = $androidmanagementService->enterprises_applications;

Methods

get(string $name, array $optParams = [])

Gets info about an application. (applications.get)

Details

Application get(string $name, array $optParams = [])

Gets info about an application. (applications.get)

Parameters

string $name

The name of the application in the form enterprises/{enterpriseId}/applications/{package_name}.

array $optParams

Optional parameters.

Return Value

Application

Exceptions

Exception