Оптимизируйте свои подборки
Сохраняйте и классифицируйте контент в соответствии со своими настройками.
IntegrityDialogRequest.IntegrityResponse.ExceptionDetails
public class IntegrityDialogRequest.IntegrityResponse.ExceptionDetails
extends Object
java.lang.Object |
↳ | com.google.android.play.core.integrity.IntegrityDialogRequest.IntegrityResponse.ExceptionDetails |
Представляет собой неудачную проверку целостности, содержащую IntegrityServiceException
.
Краткое содержание
Унаследованные методы |
---|
Из класса java.lang.Object boolean | equals( Object arg0) | final Class <?> | getClass() | int | hashCode() | final void | notify() | final void | notifyAll() | String | toString() | final void | wait(long arg0, int arg1) | final void | wait(long arg0) | final void | wait() |
|
Публичные конструкторы
Публичные методы
Контент и образцы кода на этой странице предоставлены по лицензиям. Java и OpenJDK – это зарегистрированные товарные знаки корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2025-08-29 UTC.
[[["Прост для понимания","easyToUnderstand","thumb-up"],["Помог мне решить мою проблему","solvedMyProblem","thumb-up"],["Другое","otherUp","thumb-up"]],[["Отсутствует нужная мне информация","missingTheInformationINeed","thumb-down"],["Слишком сложен/слишком много шагов","tooComplicatedTooManySteps","thumb-down"],["Устарел","outOfDate","thumb-down"],["Проблема с переводом текста","translationIssue","thumb-down"],["Проблемы образцов/кода","samplesCodeIssue","thumb-down"],["Другое","otherDown","thumb-down"]],["Последнее обновление: 2025-08-29 UTC."],[],[],null,["Summary: [Ctors](#pubctors) \\| [Methods](#pubmethods) \\| [Inherited Methods](#inhmethods) \n\nIntegrityDialogRequest.IntegrityResponse.ExceptionDetails\n\n\n`\npublic\n\n\nclass\nIntegrityDialogRequest.IntegrityResponse.ExceptionDetails\n`\n\n\n`\n\nextends `[Object](https://developer.android.com/reference/java/lang/Object.html)`\n\n\n`\n\n`\n\n\n`\n\n|---|--------------------------------------------------------------------------------------------------|\n| [java.lang.Object](https://developer.android.com/reference/java/lang/Object.html) ||\n| ↳ | com.google.android.play.core.integrity.IntegrityDialogRequest.IntegrityResponse.ExceptionDetails |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nRepresents a failed integrity check, containing the [IntegrityServiceException](../../../../../../../reference/com/google/android/play/core/integrity/IntegrityServiceException.html).\n\nSummary\n\n| Public constructors ||\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| ` `[ExceptionDetails](../../../../../../../reference/com/google/android/play/core/integrity/IntegrityDialogRequest.IntegrityResponse.ExceptionDetails.html#ExceptionDetails())`(`[IntegrityServiceException](../../../../../../../reference/com/google/android/play/core/integrity/IntegrityServiceException.html)` exception) ` |\n\n| Public methods ||\n|--------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ` `[IntegrityServiceException](../../../../../../../reference/com/google/android/play/core/integrity/IntegrityServiceException.html) | ` `[getException](../../../../../../../reference/com/google/android/play/core/integrity/IntegrityDialogRequest.IntegrityResponse.ExceptionDetails.html#getException())`() ` Returns the associated [IntegrityServiceException](../../../../../../../reference/com/google/android/play/core/integrity/IntegrityServiceException.html). \u003cbr /\u003e |\n\n| Inherited methods |\n|-------------------|---|\n| From class ` `[java.lang.Object](https://developer.android.com/reference/java/lang/Object.html)` ` |-------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------| | ` boolean` | ` equals(`[Object](https://developer.android.com/reference/java/lang/Object.html)` arg0) ` | | ` final `[Class](https://developer.android.com/reference/java/lang/Class.html)`\u003c?\u003e` | ` getClass() ` | | ` int` | ` hashCode() ` | | ` final void` | ` notify() ` | | ` final void` | ` notifyAll() ` | | ` `[String](https://developer.android.com/reference/java/lang/String.html) | ` toString() ` | | ` final void` | ` wait(long arg0, int arg1) ` | | ` final void` | ` wait(long arg0) ` | | ` final void` | ` wait() ` | ||\n\nPublic constructors \n\nExceptionDetails \n\n```\npublic ExceptionDetails (IntegrityServiceException exception)\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nPublic methods \n\ngetException \n\n```\npublic IntegrityServiceException getException ()\n```\n\nReturns the associated [IntegrityServiceException](../../../../../../../reference/com/google/android/play/core/integrity/IntegrityServiceException.html)."]]