IntegrityDialogResponseCode
public
abstract
@interface
IntegrityDialogResponseCode
implements
Annotation
com.google.android.play.core.integrity.model.IntegrityDialogResponseCode |
Dialogfeldantwortcodes für die Integrity API.
Zusammenfassung
Konstanten | |
---|---|
int |
DIALOG_CANCELLED
Dem Nutzer wurde das Dialogfeld „Integrität“ angezeigt, hat aber nicht damit interagiert. |
int |
DIALOG_FAILED
Beim Aufrufen des Dialogfelds „Integrität“ ist ein Fehler aufgetreten. |
int |
DIALOG_SUCCESSFUL
Dem Nutzer wurde das Dialogfeld „Integrität“ angezeigt und er hat erfolgreich damit interagiert. |
int |
DIALOG_UNAVAILABLE
Das Dialogfeld „Integrität“ ist nicht verfügbar. |
Übernommene Methoden | |
---|---|
Konstanten
DIALOG_ABGEBROCHEN
public static final int DIALOG_CANCELLED
Dem Nutzer wurde das Dialogfeld „Integrität“ angezeigt, hat aber nicht damit interagiert.
Konstantenwert: 2. (0x00000002)
DIALOG_FEHLGESCHLAGEN
public static final int DIALOG_FAILED
Beim Aufrufen des Dialogfelds „Integrität“ ist ein Fehler aufgetreten.
Konstantenwert: 1. (0x00000001)
DIALOG_ERFOLGREICH
public static final int DIALOG_SUCCESSFUL
Dem Nutzer wurde das Dialogfeld „Integrität“ angezeigt und er hat erfolgreich damit interagiert.
Konstantenwert: 3. (0x00000003)
DIALOG_UNVERFÜGBAR
public static final int DIALOG_UNAVAILABLE
Das Dialogfeld „Integrität“ ist nicht verfügbar.
Konstantenwert: 0 (0x00000000)