Apprecovery
class Apprecovery extends Resource (View source)
The "apprecovery" collection of methods.
Typical usage is:
$androidpublisherService = new Google\Service\AndroidPublisher(...);
$apprecovery = $androidpublisherService->apprecovery;
Methods
Incrementally update targeting for a recovery action. Note that only the criteria selected during the creation of recovery action can be expanded.
Cancel an already executing app recovery action. Note that this action changes status of the recovery action to CANCELED. (apprecovery.cancel)
Create an app recovery action with recovery status as DRAFT. Note that this action does not execute the recovery action. (apprecovery.create)
Deploy an already created app recovery action with recovery status DRAFT.
List all app recovery action resources associated with a particular package name and app version. (apprecovery.listApprecovery)
Details
AddTargetingResponse
addTargeting(string $packageName, string $appRecoveryId, AddTargetingRequest $postBody, array $optParams = [])
Incrementally update targeting for a recovery action. Note that only the criteria selected during the creation of recovery action can be expanded.
(apprecovery.addTargeting)
CancelAppRecoveryResponse
cancel(string $packageName, string $appRecoveryId, CancelAppRecoveryRequest $postBody, array $optParams = [])
Cancel an already executing app recovery action. Note that this action changes status of the recovery action to CANCELED. (apprecovery.cancel)
AppRecoveryAction
create(string $packageName, CreateDraftAppRecoveryRequest $postBody, array $optParams = [])
Create an app recovery action with recovery status as DRAFT. Note that this action does not execute the recovery action. (apprecovery.create)
DeployAppRecoveryResponse
deploy(string $packageName, string $appRecoveryId, DeployAppRecoveryRequest $postBody, array $optParams = [])
Deploy an already created app recovery action with recovery status DRAFT.
Note that this action activates the recovery action for all targeted users and changes its status to ACTIVE. (apprecovery.deploy)
ListAppRecoveriesResponse
listApprecovery(string $packageName, array $optParams = [])
List all app recovery action resources associated with a particular package name and app version. (apprecovery.listApprecovery)