Liking cljdoc? Tell your friends :D

happygapi.androidpublisher.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

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
raw docstring

addTargeting$clj

(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.
raw docstring

appRecoveries$clj

(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.
raw docstring

cancel$clj

(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.
raw docstring

create$clj

(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.
raw docstring

deploy$clj

(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.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close