Package | Description |
---|---|
com.google.api.services.androidpublisher.model |
Modifier and Type | Method and Description |
---|---|
AppRecoveryAction |
AppRecoveryAction.clone() |
AppRecoveryAction |
AppRecoveryAction.set(String fieldName,
Object value) |
AppRecoveryAction |
AppRecoveryAction.setAppRecoveryId(Long appRecoveryId)
ID corresponding to the app recovery action.
|
AppRecoveryAction |
AppRecoveryAction.setCancelTime(String cancelTime)
Timestamp of when the app recovery action is canceled by the developer.
|
AppRecoveryAction |
AppRecoveryAction.setCreateTime(String createTime)
Timestamp of when the app recovery action is created by the developer.
|
AppRecoveryAction |
AppRecoveryAction.setDeployTime(String deployTime)
Timestamp of when the app recovery action is deployed to the users.
|
AppRecoveryAction |
AppRecoveryAction.setLastUpdateTime(String lastUpdateTime)
Timestamp of when the developer last updated recovery action.
|
AppRecoveryAction |
AppRecoveryAction.setRemoteInAppUpdateData(RemoteInAppUpdateData remoteInAppUpdateData)
Data about the remote in-app update action such as such as recovered user base, recoverable
user base etc.
|
AppRecoveryAction |
AppRecoveryAction.setStatus(String status)
The status of the recovery action.
|
AppRecoveryAction |
AppRecoveryAction.setTargeting(Targeting targeting)
Specifies targeting criteria for the recovery action such as regions, android sdk versions, app
versions etc.
|
Modifier and Type | Method and Description |
---|---|
List<AppRecoveryAction> |
ListAppRecoveriesResponse.getRecoveryActions()
List of recovery actions associated with the requested package name.
|
Modifier and Type | Method and Description |
---|---|
ListAppRecoveriesResponse |
ListAppRecoveriesResponse.setRecoveryActions(List<AppRecoveryAction> recoveryActions)
List of recovery actions associated with the requested package name.
|
Copyright © 2011–2025 Google. All rights reserved.