Presentation
The Presentation class represents a presentation message in the EdgeAgent software. It contains the necessary information for constructing a presentation message.
Constructors
Link copied to clipboard
constructor(id: String? = null, body: Presentation.Body, attachments: Array<AttachmentDescriptor>, thid: String? = null, from: DID, to: DID)
The Presentation class represents a presentation message in the EdgeAgent software. It contains the necessary information for constructing a presentation message.
Constructor for creating a Presentation object from a Message object.