| Package | Description |
|---|---|
| com.google.api.services.playintegrity.v1.model |
| Modifier and Type | Method and Description |
|---|---|
AppIntegrity |
AppIntegrity.clone() |
AppIntegrity |
TokenPayloadExternal.getAppIntegrity()
Required.
|
AppIntegrity |
AppIntegrity.set(String fieldName,
Object value) |
AppIntegrity |
AppIntegrity.setAppRecognitionVerdict(String appRecognitionVerdict)
Required.
|
AppIntegrity |
AppIntegrity.setCertificateSha256Digest(List<String> certificateSha256Digest)
The SHA256 hash of the requesting app's signing certificates (base64 web-safe encoded).
|
AppIntegrity |
AppIntegrity.setPackageName(String packageName)
Package name of the application under attestation.
|
AppIntegrity |
AppIntegrity.setVersionCode(Long versionCode)
Version code of the application.
|
| Modifier and Type | Method and Description |
|---|---|
TokenPayloadExternal |
TokenPayloadExternal.setAppIntegrity(AppIntegrity appIntegrity)
Required.
|
Copyright © 2011–2023 Google. All rights reserved.