StandardIntegrityManager.StandardIntegrityDialogRequest.Builder

public static abstract class StandardIntegrityManager.StandardIntegrityDialogRequest.Builder
extends Object

java.lang.Object
   ↳ com.google.android.play.core.integrity.StandardIntegrityManager.StandardIntegrityDialogRequest.Builder


StandardIntegrityManager.StandardIntegrityDialogRequest のビルダー。

概要

パブリック コンストラクタ

Builder()

パブリック メソッド

abstract StandardIntegrityManager.StandardIntegrityDialogRequest build()

StandardIntegrityManager.StandardIntegrityDialogRequest をビルドします。

abstract StandardIntegrityManager.StandardIntegrityDialogRequest.Builder setTypeCode(int typeCode)

ダイアログ タイプを設定します。

abstract StandardIntegrityManager.StandardIntegrityDialogRequest.Builder setActivity(Activity activity)

ダイアログを表示するために使用するアクティビティを設定します。

abstract StandardIntegrityManager.StandardIntegrityDialogRequest.Builder setStandardIntegrityResponse(StandardIntegrityManager.StandardIntegrityResponse standardIntegrityResponse)

ダイアログ リクエストの完全性チェックの結果を設定します。

継承されるメソッド

パブリック コンストラクタ

Builder

public Builder ()

パブリック メソッド

setTypeCode

public abstract StandardIntegrityManager.StandardIntegrityDialogRequest.Builder setTypeCode (int typeCode)

ダイアログ タイプを設定します。

パラメータ
typeCode int

戻り値
StandardIntegrityManager.StandardIntegrityDialogRequest.Builder

setActivity

public abstract StandardIntegrityManager.StandardIntegrityDialogRequest.Builder setActivity (Activity activity)

ダイアログを表示するために使用するアクティビティを設定します。

パラメータ
activity Activity

戻り値
StandardIntegrityManager.StandardIntegrityDialogRequest.Builder

setStandardIntegrityResponse

public abstract StandardIntegrityManager.StandardIntegrityDialogRequest.Builder setStandardIntegrityResponse (StandardIntegrityManager.StandardIntegrityResponse standardIntegrityResponse)

ダイアログ リクエストの完全性チェックの結果を設定します。

パラメータ
standardIntegrityResponse StandardIntegrityManager.StandardIntegrityResponse

戻り値
StandardIntegrityManager.StandardIntegrityDialogRequest.Builder