StandardIntegrityManager.StandardIntegrityDialogRequest

public static abstract class StandardIntegrityManager.StandardIntegrityDialogRequest
extends Object

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


Request for StandardIntegrityManager.showDialog(StandardIntegrityDialogRequest).

Summary

Nested classes

class StandardIntegrityManager.StandardIntegrityDialogRequest.Builder

Builder for StandardIntegrityDialogRequest

class StandardIntegrityManager.StandardIntegrityDialogRequest.StandardIntegrityResponse

Encapsulates the result of an integrity check so it can be used to build a StandardIntegrityDialogRequest.

Public methods

static StandardIntegrityManager.StandardIntegrityDialogRequest.Builder builder()

Creates StandardIntegrityDialogRequest.Builder

abstract int typeCode()

The type of the integrity dialog to be shown.

abstract Activity activity()

The activity to be used to show the dialog.

abstract StandardIntegrityDialogRequest.StandardIntegrityResponse standardIntegrityResponse()

The integrity check outcome for the dialog request.

Inherited methods

Public methods

typeCode

public abstract int typeCode ()

The type of the integrity dialog to be shown.

Returns
int

activity

public abstract Activity activity ()

The activity to be used to show the dialog.

Returns
Activity

standardIntegrityResponse

public abstract StandardIntegrityDialogRequest.StandardIntegrityResponse standardIntegrityResponse ()

The integrity check outcome for the dialog request.

Returns
StandardIntegrityDialogRequest.StandardIntegrityResponse