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