class MobileApps extends Resource (View source)

The "mobileApps" collection of methods.

Typical usage is:

 $dfareportingService = new Google\Service\Dfareporting(...);
 $mobileApps = $dfareportingService->mobileApps;

Methods

get(string $profileId, string $id, array $optParams = [])

Gets one mobile app by ID. (mobileApps.get)

listMobileApps(string $profileId, array $optParams = [])

Retrieves list of available mobile apps. (mobileApps.listMobileApps)

Details

MobileApp get(string $profileId, string $id, array $optParams = [])

Gets one mobile app by ID. (mobileApps.get)

Parameters

string $profileId

User profile ID associated with this request.

string $id

Mobile app ID.

array $optParams

Optional parameters.

Return Value

MobileApp

Exceptions

Exception

MobileAppsListResponse listMobileApps(string $profileId, array $optParams = [])

Retrieves list of available mobile apps. (mobileApps.listMobileApps)

Parameters

string $profileId

User profile ID associated with this request.

array $optParams

Optional parameters.

Return Value

MobileAppsListResponse

Exceptions

Exception