StandardIntegrityManager.StandardIntegrityDialogRequest
public
static
abstract
class
StandardIntegrityManager.StandardIntegrityDialogRequest
extends Object
java.lang.Object | |
↳ | com.google.android.play.core.integrity.StandardIntegrityManager.StandardIntegrityDialogRequest |
StandardIntegrityManager.showDialog(StandardIntegrityDialogRequest)
के लिए अनुरोध.
खास जानकारी
नेस्ट की गई क्लास | |
---|---|
class |
StandardIntegrityManager.StandardIntegrityDialogRequest.Builder
|
class |
StandardIntegrityManager.StandardIntegrityDialogRequest.StandardIntegrityResponse
यह इंटिग्रिटी जांच के नतीजे को शामिल करता है, ताकि इसका इस्तेमाल |
सार्वजनिक तरीके | |
---|---|
static
StandardIntegrityManager.StandardIntegrityDialogRequest.Builder
|
builder()
|
abstract
int
|
typeCode()
इंटीग्रिटी डायलॉग का टाइप, जिसे दिखाना है. |
abstract
Activity
|
activity()
डायलॉग दिखाने के लिए इस्तेमाल की जाने वाली गतिविधि. |
abstract
StandardIntegrityDialogRequest.StandardIntegrityResponse
|
standardIntegrityResponse()
डायलॉग के अनुरोध के लिए, इंटिग्रिटी की जांच का नतीजा. |
इनहेरिट किए गए तरीके | |
---|---|
सार्वजनिक तरीके
बिल्डर
public static StandardIntegrityManager.StandardIntegrityDialogRequest.Builder builder ()
StandardIntegrityDialogRequest.Builder
बनाता है.
रिटर्न | |
---|---|
StandardIntegrityManager.StandardIntegrityDialogRequest.Builder |
typeCode
public abstract int typeCode ()
इंटीग्रिटी डायलॉग का टाइप, जिसे दिखाना है.
रिटर्न | |
---|---|
int |
गतिविधि
public abstract Activity activity ()
डायलॉग दिखाने के लिए इस्तेमाल की जाने वाली गतिविधि.
रिटर्न | |
---|---|
Activity |
standardIntegrityResponse
public abstract StandardIntegrityDialogRequest.StandardIntegrityResponse standardIntegrityResponse ()
डायलॉग के अनुरोध के लिए, इंटिग्रिटी की जांच का नतीजा.
रिटर्न | |
---|---|
StandardIntegrityDialogRequest.StandardIntegrityResponse |