StandardIntegrityManager.StandardIntegrityDialogRequest.StandardIntegrityResponse.ExceptionDetails
public
class
StandardIntegrityManager.StandardIntegrityDialogRequest.StandardIntegrityResponse.ExceptionDetails
extends Object
java.lang.Object | |
↳ | com.google.android.play.core.integrity.StandardIntegrityManager.StandardIntegrityDialogRequest.StandardIntegrityResponse.ExceptionDetails |
Represents a failed integrity check, containing the StandardIntegrityException
.
Summary
Public constructors | |
---|---|
ExceptionDetails(StandardIntegrityException exception)
|
Public methods | |
---|---|
StandardIntegrityException
|
getException()
Returns the associated |
Inherited methods | |
---|---|
Public constructors
Public methods
getException
public StandardIntegrityException getException ()
Returns the associated StandardIntegrityException
.