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)

设置用于显示对话框的 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 Activity

返回
StandardIntegrityManager.StandardIntegrityDialogRequest.Builder

setStandardIntegrityResponse

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

为对话框请求设置完整性检查结果。

参数
standardIntegrityResponse StandardIntegrityManager.StandardIntegrityResponse

返回
StandardIntegrityManager.StandardIntegrityDialogRequest.Builder