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()
用於顯示對話方塊的活動。 |
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 |