Summary: [Constants](https://developer.android.com/google/play/integrity/reference/com/google/android/play/core/integrity/model/StandardIntegrityVerdictOptOut#constants) \| [Inherited Methods](https://developer.android.com/google/play/integrity/reference/com/google/android/play/core/integrity/model/StandardIntegrityVerdictOptOut#inhmethods)  

# StandardIntegrityVerdictOptOut


`
public


abstract
@interface
StandardIntegrityVerdictOptOut
`


`


implements

`[Annotation](https://developer.android.com/reference/java/lang/annotation/Annotation.html)`


`

|-----------------------------------------------------------------------------|
| com.google.android.play.core.integrity.model.StandardIntegrityVerdictOptOut |

<br />

*** ** * ** ***

Supported codes for opting out from verdicts during the standard token request.

The opted-out verdicts will be unevaluated in the token.

## Summary

|                                                                                                               ### Constants                                                                                                                ||
|-------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `int` | [APP_ACCESS_RISK](https://developer.android.com/google/play/integrity/reference/com/google/android/play/core/integrity/model/StandardIntegrityVerdictOptOut.html#APP_ACCESS_RISK) Opt-out of receiving the app access risk verdict. |

| ### Inherited methods |
|-----------------------|---|
| From interface ` `[java.lang.annotation.Annotation](https://developer.android.com/reference/java/lang/annotation/Annotation.html)` ` |---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------| | ` abstract `[Class](https://developer.android.com/reference/java/lang/Class.html)`<? extends `[Annotation](https://developer.android.com/reference/java/lang/annotation/Annotation.html)`>` | ` annotationType() `                                                                       | | ` abstract boolean`                                                                                                                                                                         | ` equals(`[Object](https://developer.android.com/reference/java/lang/Object.html)` arg0) ` | | ` abstract int`                                                                                                                                                                             | ` hashCode() `                                                                             | | ` abstract `[String](https://developer.android.com/reference/java/lang/String.html)                                                                                                         | ` toString() `                                                                             | ||

## Constants

### APP_ACCESS_RISK

```
public static final int APP_ACCESS_RISK
```

Opt-out of receiving the app access risk verdict.

<br />

Constant Value:

1
(0x00000001)