Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
class ConsentPromptRequest(val requester: Requester, val trustedRequesterIdentity: TrustedRequesterIdentity?, val consentData: ConsentData, val preselectedDocuments: List<Document>, val onDocumentsInFocus: (documents: List<Document>) -> Unit)

Class that holds parameters that are needed to present a consent prompt dialog to the user.

Properties

Link copied to clipboard

True if this model is bound to the UI.

Link copied to clipboard

Dialog type that this model servers.

Functions

Link copied to clipboard

Request UI to display a prompt dialog and obtain a response from the user.

Link copied to clipboard
suspend fun waitUntilBound()

Waits until the model is bound to the UI.