Integrity
Summary
| Enumerations | |
|---|---|
| EIntegrityDialogResponseCode | enum Status returned when showing the integrity dialog.  | 
| EIntegrityErrorCode | enum Errors that can be encountered while using the Integrity API This enum maps to the error codes defined in the Play Integrity API in https://developer.android.com/google/play/integrity/reference/com/google/android/play/core/integrity/model/IntegrityErrorCode.  | 
| EStandardIntegrityErrorCode | enum Errors that can be encountered while using the Integrity API This enum maps to the error codes defined in the Play Integrity API in https://developer.android.com/google/play/integrity/reference/com/google/android/play/core/integrity/model/StandardIntegrityErrorCode.  | 
| Classes | |
|---|---|
| UIntegrityManager | The UIntegrityManager class is used to request an integrity token. | 
| Structs | |
|---|---|
| FIntegrityTokenRequest | The request used to call the RequestIntegrityToken function. | 
| FPrepareIntegrityTokenRequest | The request used to call the PrepareIntegrityToken function. | 
| FStandardIntegrityTokenRequest | The request used to call the Request function. | 
Enumerations
EIntegrityDialogResponseCode
EIntegrityDialogResponseCode
Status returned when showing the integrity dialog.
This enum maps to the codes defined in the Play Integrity API in https://developer.android.com/google/play/integrity/reference/com/google/android/play/core/integrity/model/IntegrityDialogResponseCode
EIntegrityErrorCode
EIntegrityErrorCode
Errors that can be encountered while using the Integrity API This enum maps to the error codes defined in the Play Integrity API in https://developer.android.com/google/play/integrity/reference/com/google/android/play/core/integrity/model/IntegrityErrorCode.
EStandardIntegrityErrorCode
EStandardIntegrityErrorCode
Errors that can be encountered while using the Integrity API This enum maps to the error codes defined in the Play Integrity API in https://developer.android.com/google/play/integrity/reference/com/google/android/play/core/integrity/model/StandardIntegrityErrorCode.
