Package | Description |
---|---|
com.google.api.services.androidpublisher.model |
Modifier and Type | Method and Description |
---|---|
Abi |
Abi.clone() |
Abi |
Abi.set(String fieldName,
Object value) |
Abi |
Abi.setAlias(String alias)
Alias for an abi.
|
Modifier and Type | Method and Description |
---|---|
List<Abi> |
MultiAbi.getAbi()
A list of targeted ABIs, as represented by the Android Platform
|
List<Abi> |
AbiTargeting.getAlternatives()
Targeting of other sibling directories that were in the Bundle.
|
List<Abi> |
AbiTargeting.getValue()
Value of an abi.
|
Modifier and Type | Method and Description |
---|---|
MultiAbi |
MultiAbi.setAbi(List<Abi> abi)
A list of targeted ABIs, as represented by the Android Platform
|
AbiTargeting |
AbiTargeting.setAlternatives(List<Abi> alternatives)
Targeting of other sibling directories that were in the Bundle.
|
AbiTargeting |
AbiTargeting.setValue(List<Abi> value)
Value of an abi.
|
Copyright © 2011–2024 Google. All rights reserved.