IntegrityDialogRequest

public abstract class IntegrityDialogRequest


Request for IntegrityManager#showDialog(IntegrityDialogRequest).

Since 1.5.0

Summary

Nested types

public abstract class IntegrityDialogRequest.Builder

Builder for IntegrityDialogRequest.

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

Represents a failed integrity check, containing the IntegrityServiceException.

Represents a successful integrity check, containing the IntegrityTokenResponse.

Public constructors

Public methods

abstract Activity

The activity to be used to show the dialog.

static IntegrityDialogRequest.Builder

Creates IntegrityDialogRequest.Builder.

abstract IntegrityDialogRequest.IntegrityResponse

The previous integrity check outcome for the dialog request.

abstract int

The type of the integrity dialog to be shown.

Public constructors

IntegrityDialogRequest

public IntegrityDialogRequest()

Public methods

activity

public abstract Activity activity()

The activity to be used to show the dialog.

See the details Builder#setActivity(Activity).

integrityResponse

public abstract IntegrityDialogRequest.IntegrityResponse integrityResponse()

The previous integrity check outcome for the dialog request.

See the details Builder#setIntegrityResponse(IntegrityResponse).

typeCode

public abstract int typeCode()

The type of the integrity dialog to be shown.

See the details Builder#setTypeCode(int).