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

Summary

Public constructors

Builder()

Public methods

abstract StandardIntegrityManager.StandardIntegrityDialogRequest build()

Builds a StandardIntegrityManager.StandardIntegrityDialogRequest.

abstract StandardIntegrityManager.StandardIntegrityDialogRequest.Builder setTypeCode(int typeCode)

Sets the dialog type.

abstract StandardIntegrityManager.StandardIntegrityDialogRequest.Builder setActivity(Activity activity)

Sets the activity to be used to show the dialog.

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

Sets the integrity check outcome for the dialog request.

Inherited methods

Public constructors

Builder

public Builder ()

Public methods

setTypeCode

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

Sets the dialog type.

Parameters
typeCode int

Returns
StandardIntegrityManager.StandardIntegrityDialogRequest.Builder

setActivity

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

Sets the activity to be used to show the dialog.

Parameters
activity Activity

Returns
StandardIntegrityManager.StandardIntegrityDialogRequest.Builder

setStandardIntegrityResponse

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

Sets the integrity check outcome for the dialog request.

Parameters
standardIntegrityResponse StandardIntegrityManager.StandardIntegrityResponse

Returns
StandardIntegrityManager.StandardIntegrityDialogRequest.Builder