Google. Play. Integrity. StandardIntegrityTokenRequest
  Request for StandardIntegrityTokenProvider.Request.
Summary
        Constructors and Destructors | 
    |
|---|---|
        StandardIntegrityTokenRequest(String requestHash, HashSet< int > verdictOptOut)
        Constructor.  
       | 
    
        Properties | 
    |
|---|---|
        RequestHash
       | 
      
        String
        The request hash provided to the API.  
       | 
    
        VerdictOptOut
       | 
      
        HashSet< int >
        The verdict opt-out set.  
       | 
    
Properties
RequestHash
String RequestHash
The request hash provided to the API.
It is a recommended and not required field.
VerdictOptOut
HashSet< int > VerdictOptOut
The verdict opt-out set.
See https://developer.android.com/google/play/integrity/reference/com/google/android/play/core/integrity/model/StandardIntegrityVerdictOptOut.html for more information about the supported codes for opting out from verdicts.
Public functions
StandardIntegrityTokenRequest
StandardIntegrityTokenRequest( String requestHash, HashSet< int > verdictOptOut )
Constructor.
| Details | |||||
|---|---|---|---|---|---|
| Parameters | 
              
  |