Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
BütünlükİletişimKutusuYanıtKodu
public
abstract
@interface
IntegrityDialogResponseCode
implements
Annotation
com.google.android.play.core.integrity.model.IntegrityDialogResponseCode
|
Integrity API için iletişim kutusu yanıt kodları.
Özet
Sabitler |
int |
DIALOG_CANCELLED
Kullanıcıya Bütünlük İletişim Kutusu gösterildi ancak etkileşim kurmadı.
|
int |
DIALOG_FAILED
Bütünlük İletişim Kutusu gösterilmeye çalışılırken bir hata oluştu.
|
int |
DIALOG_SUCCESSFUL
Kullanıcıya Bütünlük İletişim Kutusu gösterildi ve kullanıcıyla başarılı bir şekilde etkileşim kurdu.
|
int |
DIALOG_UNAVAILABLE
Bütünlük İletişim Kutusu kullanılamıyor.
|
Sabitler
DIALOG_İPTAL EDİLDİ
public static final int DIALOG_CANCELLED
Kullanıcıya Bütünlük İletişim Kutusu gösterildi ancak etkileşim kurmadı.
Sabit Değer:
2.
(0x00000002)
DIALOG_BAŞARISIZ
public static final int DIALOG_FAILED
Bütünlük İletişim Kutusu gösterilmeye çalışılırken bir hata oluştu.
Sabit Değer:
1
(0x00000001)
DIALOG_BAŞARILI
public static final int DIALOG_SUCCESSFUL
Kullanıcıya Bütünlük İletişim Kutusu gösterildi ve kullanıcıyla başarılı bir şekilde etkileşim kurdu.
Sabit Değer:
3
(0x00000003)
DIALOG_UNAVAILABLE
public static final int DIALOG_UNAVAILABLE
Bütünlük İletişim Kutusu kullanılamıyor.
Sabit Değer:
0
(0x00000000)
Bu sayfadaki içerik ve kod örnekleri, İçerik Lisansı sayfasında açıklanan lisanslara tabidir. Java ve OpenJDK, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-27 UTC.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 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)"]]