StandardIntegrityManager.StandardIntegrityDialogRequest.Builder

public static abstract class StandardIntegrityManager.StandardIntegrityDialogRequest.Builder
extends Object

java.lang.Object
   ↳ com.google.android.play.core.integrity.StandardIntegrityManager.StandardIntegrityDialogRequest.Builder


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

खास जानकारी

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

Builder()

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

abstract StandardIntegrityManager.StandardIntegrityDialogRequest build()

यह StandardIntegrityManager.StandardIntegrityDialogRequest बनाता है.

abstract StandardIntegrityManager.StandardIntegrityDialogRequest.Builder setTypeCode(int typeCode)

डायलॉग टाइप सेट करता है.

abstract StandardIntegrityManager.StandardIntegrityDialogRequest.Builder setActivity(Activity activity)

इस कुकी का इस्तेमाल, डायलॉग दिखाने के लिए की जाने वाली गतिविधि को सेट करने के लिए किया जाता है.

abstract StandardIntegrityManager.StandardIntegrityDialogRequest.Builder setStandardIntegrityResponse(StandardIntegrityManager.StandardIntegrityResponse standardIntegrityResponse)

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

इनहेरिट किए गए तरीके

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

बिल्डर

public Builder ()

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

setTypeCode

public abstract StandardIntegrityManager.StandardIntegrityDialogRequest.Builder setTypeCode (int typeCode)

डायलॉग टाइप सेट करता है.

पैरामीटर
typeCode int

रिटर्न
StandardIntegrityManager.StandardIntegrityDialogRequest.Builder

setActivity

public abstract StandardIntegrityManager.StandardIntegrityDialogRequest.Builder setActivity (Activity activity)

इस कुकी का इस्तेमाल, डायलॉग दिखाने के लिए की जाने वाली गतिविधि को सेट करने के लिए किया जाता है.

पैरामीटर
activity Activity

रिटर्न
StandardIntegrityManager.StandardIntegrityDialogRequest.Builder

setStandardIntegrityResponse

public abstract StandardIntegrityManager.StandardIntegrityDialogRequest.Builder setStandardIntegrityResponse (StandardIntegrityManager.StandardIntegrityResponse standardIntegrityResponse)

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

पैरामीटर
standardIntegrityResponse StandardIntegrityManager.StandardIntegrityResponse

रिटर्न
StandardIntegrityManager.StandardIntegrityDialogRequest.Builder