Google Play Android Developer API: apprecovery. Lets Android application developers access their Google Play accounts. At a high level, the expected workflow is to "insert" an Edit, make changes as necessary, and then "commit" it. See: https://developers.google.com/android-publisherdocs/reference/rest/v3/apprecovery
Google Play Android Developer API: apprecovery. Lets Android application developers access their Google Play accounts. At a high level, the expected workflow is to "insert" an Edit, make changes as necessary, and then "commit" it. See: https://developers.google.com/android-publisherdocs/reference/rest/v3/apprecovery
(addTargeting$ auth parameters body)
https://developers.google.com/android-publisherapi/reference/rest/v3/apprecovery/addTargeting
Required parameters: packageName, appRecoveryId
Optional parameters: none
Body:
{:targetingUpdate {:regions Regions, :androidSdks AndroidSdks, :allUsers AllUsers}}
Incrementally update targeting for a recovery action. Note that only the criteria selected during the creation of recovery action can be expanded.
https://developers.google.com/android-publisherapi/reference/rest/v3/apprecovery/addTargeting Required parameters: packageName, appRecoveryId Optional parameters: none Body: {:targetingUpdate {:regions Regions, :androidSdks AndroidSdks, :allUsers AllUsers}} Incrementally update targeting for a recovery action. Note that only the criteria selected during the creation of recovery action can be expanded.
(appRecoveries$ auth parameters)
https://developers.google.com/android-publisherapi/reference/rest/v3/apprecovery/appRecoveries
Required parameters: packageName
Optional parameters: versionCode
List all app recovery action resources associated with a particular package name and app version.
https://developers.google.com/android-publisherapi/reference/rest/v3/apprecovery/appRecoveries Required parameters: packageName Optional parameters: versionCode List all app recovery action resources associated with a particular package name and app version.
(cancel$ auth parameters body)
https://developers.google.com/android-publisherapi/reference/rest/v3/apprecovery/cancel
Required parameters: packageName, appRecoveryId
Optional parameters: none
Body:
{}
Cancel an already executing app recovery action. Note that this action changes status of the recovery action to CANCELED.
https://developers.google.com/android-publisherapi/reference/rest/v3/apprecovery/cancel Required parameters: packageName, appRecoveryId Optional parameters: none Body: {} Cancel an already executing app recovery action. Note that this action changes status of the recovery action to CANCELED.
(create$ auth parameters body)
https://developers.google.com/android-publisherapi/reference/rest/v3/apprecovery/create
Required parameters: packageName
Optional parameters: none
Body:
{:targeting {:regions Regions, :androidSdks AndroidSdks, :allUsers AllUsers, :versionList AppVersionList, :versionRange AppVersionRange}, :remoteInAppUpdate {:isRemoteInAppUpdateRequested boolean}}
Create an app recovery action with recovery status as DRAFT. Note that this action does not execute the recovery action.
https://developers.google.com/android-publisherapi/reference/rest/v3/apprecovery/create Required parameters: packageName Optional parameters: none Body: {:targeting {:regions Regions, :androidSdks AndroidSdks, :allUsers AllUsers, :versionList AppVersionList, :versionRange AppVersionRange}, :remoteInAppUpdate {:isRemoteInAppUpdateRequested boolean}} Create an app recovery action with recovery status as DRAFT. Note that this action does not execute the recovery action.
(deploy$ auth parameters body)
https://developers.google.com/android-publisherapi/reference/rest/v3/apprecovery/deploy
Required parameters: packageName, appRecoveryId
Optional parameters: none
Body:
{}
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.
https://developers.google.com/android-publisherapi/reference/rest/v3/apprecovery/deploy Required parameters: packageName, appRecoveryId Optional parameters: none Body: {} 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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close