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

StandardIntegrityDialogRequest 的构建器。 

class StandardIntegrityManager.StandardIntegrityDialogRequest.StandardIntegrityResponse

封装完整性检查的结果,以便可用于构建 StandardIntegrityDialogRequest

公共方法

static StandardIntegrityManager.StandardIntegrityDialogRequest.Builder builder()

创建 StandardIntegrityDialogRequest.Builder。 

abstract int typeCode()

要显示的完整性对话框的类型。

abstract Activity activity()

用于显示对话框的 activity。

abstract StandardIntegrityDialogRequest.StandardIntegrityResponse standardIntegrityResponse()

对话框请求的完整性检查结果。

继承的方法

公共方法

typeCode

public abstract int typeCode ()

要显示的完整性对话框的类型。

返回
int

活动

public abstract Activity activity ()

用于显示对话框的 activity。

返回
Activity

standardIntegrityResponse

public abstract StandardIntegrityDialogRequest.StandardIntegrityResponse standardIntegrityResponse ()

对话框请求的完整性检查结果。

返回
StandardIntegrityDialogRequest.StandardIntegrityResponse