Package | Description |
---|---|
com.google.api.services.androidpublisher.model |
Modifier and Type | Method and Description |
---|---|
RemoteInAppUpdateDataPerBundle |
RemoteInAppUpdateDataPerBundle.clone() |
RemoteInAppUpdateDataPerBundle |
RemoteInAppUpdateDataPerBundle.set(String fieldName,
Object value) |
RemoteInAppUpdateDataPerBundle |
RemoteInAppUpdateDataPerBundle.setRecoveredDeviceCount(Long recoveredDeviceCount)
Total number of devices which have been rescued.
|
RemoteInAppUpdateDataPerBundle |
RemoteInAppUpdateDataPerBundle.setTotalDeviceCount(Long totalDeviceCount)
Total number of devices affected by this recovery action associated with bundle of the app.
|
RemoteInAppUpdateDataPerBundle |
RemoteInAppUpdateDataPerBundle.setVersionCode(Long versionCode)
Version Code corresponding to the target bundle.
|
Modifier and Type | Method and Description |
---|---|
List<RemoteInAppUpdateDataPerBundle> |
RemoteInAppUpdateData.getRemoteAppUpdateDataPerBundle()
Data related to the recovery action at bundle level.
|
Modifier and Type | Method and Description |
---|---|
RemoteInAppUpdateData |
RemoteInAppUpdateData.setRemoteAppUpdateDataPerBundle(List<RemoteInAppUpdateDataPerBundle> remoteAppUpdateDataPerBundle)
Data related to the recovery action at bundle level.
|
Copyright © 2011–2025 Google. All rights reserved.