EvidenceRequestMessage

data class EvidenceRequestMessage(val message: String, val assets: Map<String, ByteString>, val acceptButtonText: String, val rejectButtonText: String?) : EvidenceRequest

Rich-text message presented to the user.

message message formatted as markdown assets images that can be referenced in markdown, type (PNG, JPEG, or SVG) determined by the extension acceptButtonText button label to continue to the next screen rejectButtonText optional button label to continue without accepting

Constructors

Link copied to clipboard
constructor(message: String, assets: Map<String, ByteString>, acceptButtonText: String, rejectButtonText: String?)

Properties

Link copied to clipboard
Link copied to clipboard
val assets: Map<String, ByteString>
Link copied to clipboard
Link copied to clipboard