StandardIntegrityManager.StandardIntegrityDialogRequest
public
static
abstract
class
StandardIntegrityManager.StandardIntegrityDialogRequest
extends Object
| java.lang.Object | |
| ↳ | com.google.android.play.core.integrity.StandardIntegrityManager.StandardIntegrityDialogRequest |
对 StandardIntegrityManager.showDialog(StandardIntegrityDialogRequest) 的请求。
摘要
公共方法 | |
|---|---|
static
StandardIntegrityManager.StandardIntegrityDialogRequest.Builder
|
builder()
|
abstract
int
|
typeCode()
要显示的完整性对话框的类型。 |
abstract
Activity
|
activity()
用于显示对话框的 activity。 |
abstract
StandardIntegrityDialogRequest.StandardIntegrityResponse
|
standardIntegrityResponse()
对话框请求的完整性检查结果。 |
继承的方法 | |
|---|---|
公共方法
builder
public static StandardIntegrityManager.StandardIntegrityDialogRequest.Builder builder ()
创建 StandardIntegrityDialogRequest.Builder。
| 返回 | |
|---|---|
StandardIntegrityManager.StandardIntegrityDialogRequest.Builder |
|
typeCode
public abstract int typeCode ()
要显示的完整性对话框的类型。
| 返回 | |
|---|---|
int |
|
standardIntegrityResponse
public abstract StandardIntegrityDialogRequest.StandardIntegrityResponse standardIntegrityResponse ()
对话框请求的完整性检查结果。
| 返回 | |
|---|---|
StandardIntegrityDialogRequest.StandardIntegrityResponse |
|