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