StandardIntegrityManager.StandardIntegrityDialogRequest

public abstract class StandardIntegrityManager.StandardIntegrityDialogRequest


請求 StandardIntegrityManager#showDialog(StandardIntegrityDialogRequest)

自 1.5.0 版起

摘要

公用建構函式

公用方法

abstract Activity

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

static StandardIntegrityManager.StandardIntegrityDialogRequest.Builder

建立 StandardIntegrityDialogRequest.Builder

abstract StandardIntegrityManager.StandardIntegrityDialogRequest.StandardIntegrityResponse

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

abstract int

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

公用建構函式

StandardIntegrityDialogRequest

public StandardIntegrityDialogRequest()

公用方法

活動

public abstract Activity activity()

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

詳情請參閱 Builder#setActivity(Activity)

standardIntegrityResponse

public abstract StandardIntegrityManager.StandardIntegrityDialogRequest.StandardIntegrityResponse standardIntegrityResponse()

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

詳情請參閱 Builder#setStandardIntegrityResponse(StandardIntegrityResponse)

typeCode

public abstract int typeCode()

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

詳情請參閱 Builder#setTypeCode(int)