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()

用於顯示對話方塊的活動。

abstract StandardIntegrityDialogRequest.StandardIntegrityResponse standardIntegrityResponse()

對話方塊要求的完整性檢查結果。

繼承方法

公用方法

typeCode

public abstract int typeCode ()

要顯示的完整性對話方塊類型。

傳回
int

活動

public abstract Activity activity ()

用於顯示對話方塊的活動。

傳回
Activity

standardIntegrityResponse

public abstract StandardIntegrityDialogRequest.StandardIntegrityResponse standardIntegrityResponse ()

對話方塊要求的完整性檢查結果。

傳回
StandardIntegrityDialogRequest.StandardIntegrityResponse