Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
class ConsentPromptRequest(val requester: Requester, val trustMetadata: TrustMetadata?, val credentialPresentmentData: CredentialPresentmentData, val preselectedDocuments: List<Document>, val onDocumentsInFocus: (documents: List<Document>) -> Unit)

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.