StandardIntegrityManager.StandardIntegrityDialogRequest

public abstract class StandardIntegrityManager.StandardIntegrityDialogRequest


Request for StandardIntegrityManager#showDialog(StandardIntegrityDialogRequest).

Since 1.5.0

Summary

Public constructors

Public methods

abstract Activity

The activity to be used to show the dialog.

static StandardIntegrityManager.StandardIntegrityDialogRequest.Builder

Creates StandardIntegrityDialogRequest.Builder.

abstract StandardIntegrityManager.StandardIntegrityDialogRequest.StandardIntegrityResponse

The integrity check outcome for the dialog request.

abstract int

The type of the integrity dialog to be shown.

Public constructors

StandardIntegrityDialogRequest

public StandardIntegrityDialogRequest()

Public methods

activity

public abstract Activity activity()

The activity to be used to show the dialog.

See the details Builder#setActivity(Activity).

standardIntegrityResponse

public abstract StandardIntegrityManager.StandardIntegrityDialogRequest.StandardIntegrityResponse standardIntegrityResponse()

The integrity check outcome for the dialog request.

See the details Builder#setStandardIntegrityResponse(StandardIntegrityResponse).

typeCode

public abstract int typeCode()

The type of the integrity dialog to be shown.

See the details Builder#setTypeCode(int).