StandardIntegrityManager.StandardIntegrityDialogRequest.Builder

public static abstract class StandardIntegrityManager.StandardIntegrityDialogRequest.Builder
extends Object

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


Muratore per StandardIntegrityManager.StandardIntegrityDialogRequest.

Riepilogo

Costruttori pubblici

Builder()

Metodi pubblici

abstract StandardIntegrityManager.StandardIntegrityDialogRequest build()

Crea un StandardIntegrityManager.StandardIntegrityDialogRequest.

abstract StandardIntegrityManager.StandardIntegrityDialogRequest.Builder setTypeCode(int typeCode)

Imposta il tipo di dialogo.

abstract StandardIntegrityManager.StandardIntegrityDialogRequest.Builder setActivity(Activity activity)

Imposta l'attività da utilizzare per mostrare la finestra di dialogo.

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

Imposta il risultato del controllo dell'integrità per la richiesta di dialogo.

Metodi ereditati

Costruttori pubblici

Costruttore

public Builder ()

Metodi pubblici

setTypeCode

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

Imposta il tipo di dialogo.

Parametri
typeCode int

Ritorni
StandardIntegrityManager.StandardIntegrityDialogRequest.Builder

setActivity

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

Imposta l'attività da utilizzare per mostrare la finestra di dialogo.

Parametri
activity Activity

Ritorni
StandardIntegrityManager.StandardIntegrityDialogRequest.Builder

setStandardIntegrityResponse

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

Imposta il risultato del controllo dell'integrità per la richiesta di dialogo.

Parametri
standardIntegrityResponse StandardIntegrityManager.StandardIntegrityResponse

Ritorni
StandardIntegrityManager.StandardIntegrityDialogRequest.Builder