StandardIntegrityManager.StandardIntegrityDialogRequest.Builder

public static abstract class StandardIntegrityManager.StandardIntegrityDialogRequest.Builder
extends Object

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


Builder para a classe StandardIntegrityManager.StandardIntegrityDialogRequest.

Resumo

Construtores públicos

Builder()

Métodos públicos

abstract StandardIntegrityManager.StandardIntegrityDialogRequest build()

Cria uma StandardIntegrityManager.StandardIntegrityDialogRequest.

abstract StandardIntegrityManager.StandardIntegrityDialogRequest.Builder setTypeCode(int typeCode)

Define o tipo de caixa de diálogo.

abstract StandardIntegrityManager.StandardIntegrityDialogRequest.Builder setActivity(Activity activity)

Define a atividade a ser usada para mostrar a caixa de diálogo.

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

Define o resultado da verificação de integridade para a solicitação de caixa de diálogo.

Métodos herdados

Construtores públicos

Builder

public Builder ()

Métodos públicos

setTypeCode

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

Define o tipo de caixa de diálogo.

Parâmetros
typeCode int

Retorna
StandardIntegrityManager.StandardIntegrityDialogRequest.Builder

setActivity

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

Define a atividade a ser usada para mostrar a caixa de diálogo.

Parâmetros
activity Activity

Retorna
StandardIntegrityManager.StandardIntegrityDialogRequest.Builder

setStandardIntegrityResponse

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

Define o resultado da verificação de integridade para a solicitação de caixa de diálogo.

Parâmetros
standardIntegrityResponse StandardIntegrityManager.StandardIntegrityResponse

Retorna
StandardIntegrityManager.StandardIntegrityDialogRequest.Builder