컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
IntegrityDialogResponseCode
public
abstract
@interface
IntegrityDialogResponseCode
implements
Annotation
com.google.android.play.core.integrity.model.IntegrityDialogResponseCode
|
Integrity API의 대화상자 응답 코드입니다.
요약
상수
DIALOG_CANCELLED
public static final int DIALOG_CANCELLED
사용자에게 무결성 대화상자가 표시되었지만 사용자가 상호작용하지 않았습니다.
상수 값:
2개
(0x00000002)
DIALOG_FAILED
public static final int DIALOG_FAILED
무결성 대화상자를 표시하려고 시도하는 중에 오류가 발생했습니다.
상수 값:
1명
(0x00000001)
DIALOG_SUCCESSFUL
public static final int DIALOG_SUCCESSFUL
사용자에게 무결성 대화상자가 표시되어 사용자가 성공적으로 상호작용했습니다.
상수 값:
3개
(0x00000003)
DIALOG_UNAVAILABLE
public static final int DIALOG_UNAVAILABLE
무결성 대화상자를 사용할 수 없습니다.
상수 값:
0
(0x00000000)
이 페이지에 나와 있는 콘텐츠와 코드 샘플에는 콘텐츠 라이선스에서 설명하는 라이선스가 적용됩니다. 자바 및 OpenJDK는 Oracle 및 Oracle 계열사의 상표 또는 등록 상표입니다.
최종 업데이트: 2025-07-27(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-07-27(UTC)"],[],[],null,["# IntegrityDialogResponseCode\n\nSummary: [Constants](#constants) \\| [Inherited Methods](#inhmethods) \n\nIntegrityDialogResponseCode\n===========================\n\n\n`\npublic\n\n\nabstract\n@interface\nIntegrityDialogResponseCode\n`\n\n\n`\n\n\nimplements\n\n`[Annotation](https://developer.android.com/reference/java/lang/annotation/Annotation.html)`\n\n\n`\n\n|--------------------------------------------------------------------------|\n| com.google.android.play.core.integrity.model.IntegrityDialogResponseCode |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nDialog response codes for Integrity API.\n\nSummary\n-------\n\n| ### Constants ||\n|-------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `int` | [DIALOG_CANCELLED](../../../../../../../../reference/com/google/android/play/core/integrity/model/IntegrityDialogResponseCode.html#DIALOG_CANCELLED) The user was shown the Integrity Dialog, but did not interact with it. |\n| `int` | [DIALOG_FAILED](../../../../../../../../reference/com/google/android/play/core/integrity/model/IntegrityDialogResponseCode.html#DIALOG_FAILED) An error occurred when trying to show the Integrity Dialog. |\n| `int` | [DIALOG_SUCCESSFUL](../../../../../../../../reference/com/google/android/play/core/integrity/model/IntegrityDialogResponseCode.html#DIALOG_SUCCESSFUL) The user was shown the Integrity Dialog, and successfully interacted with it. |\n| `int` | [DIALOG_UNAVAILABLE](../../../../../../../../reference/com/google/android/play/core/integrity/model/IntegrityDialogResponseCode.html#DIALOG_UNAVAILABLE) The Integrity Dialog is unavailable. |\n\n| ### Inherited methods |\n|-----------------------|---|\n| From interface ` `[java.lang.annotation.Annotation](https://developer.android.com/reference/java/lang/annotation/Annotation.html)` ` |---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------| | ` abstract `[Class](https://developer.android.com/reference/java/lang/Class.html)`\u003c? extends `[Annotation](https://developer.android.com/reference/java/lang/annotation/Annotation.html)`\u003e` | ` annotationType() ` | | ` abstract boolean` | ` equals(`[Object](https://developer.android.com/reference/java/lang/Object.html)` arg0) ` | | ` abstract int` | ` hashCode() ` | | ` abstract `[String](https://developer.android.com/reference/java/lang/String.html) | ` toString() ` | ||\n\nConstants\n---------\n\n### DIALOG_CANCELLED\n\n```\npublic static final int DIALOG_CANCELLED\n```\n\nThe user was shown the Integrity Dialog, but did not interact with it.\n\n\u003cbr /\u003e\n\nConstant Value:\n\n2\n(0x00000002)\n\n\n### DIALOG_FAILED\n\n```\npublic static final int DIALOG_FAILED\n```\n\nAn error occurred when trying to show the Integrity Dialog.\n\n\u003cbr /\u003e\n\nConstant Value:\n\n1\n(0x00000001)\n\n\n### DIALOG_SUCCESSFUL\n\n```\npublic static final int DIALOG_SUCCESSFUL\n```\n\nThe user was shown the Integrity Dialog, and successfully interacted with it.\n\n\u003cbr /\u003e\n\nConstant Value:\n\n3\n(0x00000003)\n\n\n### DIALOG_UNAVAILABLE\n\n```\npublic static final int DIALOG_UNAVAILABLE\n```\n\nThe Integrity Dialog is unavailable.\n\n\u003cbr /\u003e\n\nConstant Value:\n\n0\n(0x00000000)"]]