StandardIntegrityManager.StandardIntegrityDialogRequest.Builder

public static abstract class StandardIntegrityManager.StandardIntegrityDialogRequest.Builder
extends Object

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


Compilador para StandardIntegrityManager.StandardIntegrityDialogRequest.

Resumen

Constructores públicos

Builder()

Métodos públicos

abstract StandardIntegrityManager.StandardIntegrityDialogRequest build()

Compila un StandardIntegrityManager.StandardIntegrityDialogRequest.

abstract StandardIntegrityManager.StandardIntegrityDialogRequest.Builder setTypeCode(int typeCode)

Establece el tipo de diálogo.

abstract StandardIntegrityManager.StandardIntegrityDialogRequest.Builder setActivity(Activity activity)

Establece la actividad que se usará para mostrar el diálogo.

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

Establece el resultado de la verificación de integridad para la solicitud de diálogo.

Métodos heredados

Constructores públicos

Builder

public Builder ()

Métodos públicos

setTypeCode

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

Establece el tipo de diálogo.

Parámetros
typeCode int

Muestra
StandardIntegrityManager.StandardIntegrityDialogRequest.Builder

setActivity

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

Establece la actividad que se usará para mostrar el diálogo.

Parámetros
activity Activity

Muestra
StandardIntegrityManager.StandardIntegrityDialogRequest.Builder

setStandardIntegrityResponse

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

Establece el resultado de la verificación de integridad para la solicitud de diálogo.

Parámetros
standardIntegrityResponse StandardIntegrityManager.StandardIntegrityResponse

Devuelve
StandardIntegrityManager.StandardIntegrityDialogRequest.Builder