class Applications extends Resource (View source)

The "applications" collection of methods.

Typical usage is:

 $androidpublisherService = new Google\Service\AndroidPublisher(...);
 $applications = $androidpublisherService->applications;

Methods

dataSafety(string $packageName, SafetyLabelsUpdateRequest $postBody, array $optParams = [])

Writes the Safety Labels declaration of an app. (applications.dataSafety)

Details

SafetyLabelsUpdateResponse dataSafety(string $packageName, SafetyLabelsUpdateRequest $postBody, array $optParams = [])

Writes the Safety Labels declaration of an app. (applications.dataSafety)

Parameters

string $packageName

Required. Package name of the app.

SafetyLabelsUpdateRequest $postBody
array $optParams

Optional parameters.

Return Value

SafetyLabelsUpdateResponse

Exceptions

Exception