Google. Play. Integrity. StandardIntegrityToken
  Response of StandardIntegrityTokenProvider.Request.
Summary
        Properties | 
    |
|---|---|
        Token
       | 
      
        string
        A token which contains the response for the integrity related enquiries.  
       | 
    
        Public functions | 
    |
|---|---|
        ShowDialog(int typeCode)
       | 
      
        PlayAsyncOperation< IntegrityDialogResponseCode, StandardIntegrityErrorCode >
        Displays a dialog to the user.  
       | 
    
Properties
Token
string Token
A token which contains the response for the integrity related enquiries.
Public functions
ShowDialog
PlayAsyncOperation< IntegrityDialogResponseCode, StandardIntegrityErrorCode > ShowDialog( int typeCode )
Displays a dialog to the user.
This method can only be called once per Integrity API response.
| Details | |||
|---|---|---|---|
| Parameters | 
              
  | 
          
| Details | |
|---|---|
| Returns | 
               A PlayAsyncOperation{IntegrityDialogResponseCode, StandardIntegrityErrorCode} that returns IntegrityDialogResponseCode on successful callback or StandardIntegrityErrorCode on failure callback.  
             |