class AccountsCustomApps extends Resource (View source)

The "customApps" collection of methods.

Typical usage is:

 $playcustomappService = new Google\Service\Playcustomapp(...);
 $customApps = $playcustomappService->accounts_customApps;

Methods

create(string $account, CustomApp $postBody, array $optParams = [])

Creates a new custom app. (customApps.create)

Details

CustomApp create(string $account, CustomApp $postBody, array $optParams = [])

Creates a new custom app. (customApps.create)

Parameters

string $account

Developer account ID.

CustomApp $postBody
array $optParams

Optional parameters.

Return Value

CustomApp

Exceptions

Exception