StandardIntegrityManager.StandardIntegrityDialogRequest

public abstract class StandardIntegrityManager.StandardIntegrityDialogRequest


StandardIntegrityManager#showDialog(StandardIntegrityDialogRequest) के लिए अनुरोध.

1.5.0 से

खास जानकारी

नेस्ट किए गए टाइप

StandardIntegrityDialogRequest के लिए बिल्डर.

यह स्टैंडर्ड इंटिग्रिटी जांच के नतीजे को शामिल करता है, ताकि इसका इस्तेमाल StandardIntegrityDialogRequest बनाने के लिए किया जा सके.

यह इंटिग्रिटी चेक के फ़ेल होने की जानकारी देता है. इसमें StandardIntegrityException शामिल होता है.

यह इंटेग्रिटी की जांच के पूरा होने की जानकारी देता है. इसमें StandardIntegrityToken शामिल होता है.

पब्लिक कंस्ट्रक्टर

सार्वजनिक तरीके

abstract Activity

डायलॉग दिखाने के लिए इस्तेमाल की जाने वाली गतिविधि.

static StandardIntegrityManager.StandardIntegrityDialogRequest.Builder

StandardIntegrityDialogRequest.Builder बनाता है.

abstract StandardIntegrityManager.StandardIntegrityDialogRequest.StandardIntegrityResponse

डायलॉग के अनुरोध के लिए, इंटिग्रिटी की जांच का नतीजा.

abstract int

इंटीग्रिटी डायलॉग का टाइप, जिसे दिखाना है.

पब्लिक कंस्ट्रक्टर

StandardIntegrityDialogRequest

public StandardIntegrityDialogRequest()

सार्वजनिक तरीके

गतिविधि

public abstract Activity activity()

डायलॉग दिखाने के लिए इस्तेमाल की जाने वाली गतिविधि.

ज़्यादा जानकारी के लिए, Builder#setActivity(Activity) पर जाएं.

standardIntegrityResponse

public abstract StandardIntegrityManager.StandardIntegrityDialogRequest.StandardIntegrityResponse standardIntegrityResponse()

डायलॉग के अनुरोध के लिए, इंटिग्रिटी की जांच का नतीजा.

ज़्यादा जानकारी के लिए, Builder#setStandardIntegrityResponse(StandardIntegrityResponse) पर जाएं.

typeCode

public abstract int typeCode()

इंटीग्रिटी डायलॉग का टाइप, जिसे दिखाना है.

ज़्यादा जानकारी के लिए, Builder#setTypeCode(int) पर जाएं.