MdocPresentationEvent

class MdocPresentationEvent(val timestamp: Instant = Clock.System.now(), var documentId: String = "", var sessionTranscript: ByteArray, var deviceRequestCbor: ByteArray, var deviceResponseCbor: ByteArray, val requesterInfo: EventLogger.RequesterInfo = EventLogger.RequesterInfo( requester = EventLogger.Requester.Anonymous(), shareType = EventLogger.ShareType.UNKNOWN), var id: String = "") : Event

Constructors

Link copied to clipboard
constructor(timestamp: Instant = Clock.System.now(), documentId: String = "", sessionTranscript: ByteArray, deviceRequestCbor: ByteArray, deviceResponseCbor: ByteArray, requesterInfo: EventLogger.RequesterInfo = EventLogger.RequesterInfo( requester = EventLogger.Requester.Anonymous(), shareType = EventLogger.ShareType.UNKNOWN), id: String = "")

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var id: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open val timestamp: Instant