コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
IntegrityDialogRequest.IntegrityResponse
public
abstract
class
IntegrityDialogRequest.IntegrityResponse
extends Object
java.lang.Object
|
↳ |
com.google.android.play.core.integrity.IntegrityDialogRequest.IntegrityResponse
|
完全性チェックの結果をカプセル化し、IntegrityDialogRequest
の作成に使用できるようにします。
概要
継承されるメソッド |
クラス
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: [Nested Classes](#nestedclasses) \\| [Ctors](#pubctors) \\| [Methods](#pubmethods) \\| [Inherited Methods](#inhmethods) \n\nIntegrityDialogRequest.IntegrityResponse\n\n\n`\npublic\n\n\nabstract\nclass\nIntegrityDialogRequest.IntegrityResponse\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 |\n\nKnown Direct Subclasses \n[IntegrityDialogRequest.IntegrityResponse.ExceptionDetails](/google/play/integrity/reference/com/google/android/play/core/integrity/IntegrityDialogRequest.IntegrityResponse.ExceptionDetails), [IntegrityDialogRequest.IntegrityResponse.TokenResponse](/google/play/integrity/reference/com/google/android/play/core/integrity/IntegrityDialogRequest.IntegrityResponse.TokenResponse) \n\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [IntegrityDialogRequest.IntegrityResponse.ExceptionDetails](/google/play/integrity/reference/com/google/android/play/core/integrity/IntegrityDialogRequest.IntegrityResponse.ExceptionDetails) | Represents a failed integrity check, containing the [IntegrityServiceException](/google/play/integrity/reference/com/google/android/play/core/integrity/IntegrityServiceException). |\n| [IntegrityDialogRequest.IntegrityResponse.TokenResponse](/google/play/integrity/reference/com/google/android/play/core/integrity/IntegrityDialogRequest.IntegrityResponse.TokenResponse) | Represents a successful integrity check, containing the [IntegrityTokenResponse](/google/play/integrity/reference/com/google/android/play/core/integrity/IntegrityTokenResponse). |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nEncapsulates the result of an integrity check so it can be used to build an [IntegrityDialogRequest](/google/play/integrity/reference/com/google/android/play/core/integrity/IntegrityDialogRequest).\n\nSummary\n\n| Nested classes ||\n|----------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ` class` | [IntegrityDialogRequest.IntegrityResponse.TokenResponse](../../../../../../../reference/com/google/android/play/core/integrity/IntegrityDialogRequest.IntegrityResponse.TokenResponse.html) Represents a successful integrity check, containing the [IntegrityTokenResponse](../../../../../../../reference/com/google/android/play/core/integrity/IntegrityTokenResponse.html). |\n| ` class` | [IntegrityDialogRequest.IntegrityResponse.ExceptionDetails](../../../../../../../reference/com/google/android/play/core/integrity/IntegrityDialogRequest.IntegrityResponse.ExceptionDetails.html) Represents a failed integrity check, containing the [IntegrityServiceException](../../../../../../../reference/com/google/android/play/core/integrity/IntegrityServiceException.html). |\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() ` | ||"]]