Package | Description |
---|---|
com.google.api.services.androidpublisher.model |
Modifier and Type | Method and Description |
---|---|
ApkBinary |
ApkBinary.clone() |
ApkBinary |
Apk.getBinary()
Information about the binary payload of this APK.
|
ApkBinary |
ApkBinary.set(String fieldName,
Object value) |
ApkBinary |
ApkBinary.setSha1(String sha1)
A sha1 hash of the APK payload, encoded as a hex string and matching the output of the sha1sum
command.
|
ApkBinary |
ApkBinary.setSha256(String sha256)
A sha256 hash of the APK payload, encoded as a hex string and matching the output of the
sha256sum command.
|
Modifier and Type | Method and Description |
---|---|
Apk |
Apk.setBinary(ApkBinary binary)
Information about the binary payload of this APK.
|
Copyright © 2011–2025 Google. All rights reserved.