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)

تضبط هذه السمة نتيجة التحقّق من السلامة لطلب مربّع الحوار.

الطُرق المكتسَبة

الدوال الإنشائية العامة

"البنّاء" (Builder)

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