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 dla StandardIntegrityManager.StandardIntegrityDialogRequest.

Podsumowanie

Konstruktory publiczne

Builder()

Metody publiczne

abstract StandardIntegrityManager.StandardIntegrityDialogRequest build()

Tworzy StandardIntegrityManager.StandardIntegrityDialogRequest.

abstract StandardIntegrityManager.StandardIntegrityDialogRequest.Builder setTypeCode(int typeCode)

Ustawia typ okna.

abstract StandardIntegrityManager.StandardIntegrityDialogRequest.Builder setActivity(Activity activity)

Określa aktywność, która ma być używana do wyświetlania okna.

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

Ustawia wynik sprawdzania integralności w przypadku żądania okna.

Metody dziedziczone

Konstruktory publiczne

Budowniczy

public Builder ()

Metody publiczne

setTypeCode

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

Ustawia typ okna.

Parametry
typeCode int

Zwroty
StandardIntegrityManager.StandardIntegrityDialogRequest.Builder

setActivity

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

Określa aktywność, która ma być używana do wyświetlania okna.

Parametry
activity Activity

Zwroty
StandardIntegrityManager.StandardIntegrityDialogRequest.Builder

setStandardIntegrityResponse

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

Ustawia wynik sprawdzania integralności w przypadku żądania okna.

Parametry
standardIntegrityResponse StandardIntegrityManager.StandardIntegrityResponse

Zwroty
StandardIntegrityManager.StandardIntegrityDialogRequest.Builder