Directive

data class Directive(    attachmentManager: AttachmentManagerInterface?,     val header: Header,     val payload: String)

The data class for Directive

Parameters

attachmentManager

the attachment manager

header

the header

payload

the payload (json formatted string).

Constructors

Link copied to clipboard
fun Directive(    attachmentManager: AttachmentManagerInterface?,     header: Header,     payload: String)

Functions

Link copied to clipboard
fun destroy()
Link copied to clipboard
fun getAttachmentReader(): Attachment.Reader?
Link copied to clipboard
fun getDialogRequestId(): String
Link copied to clipboard
fun getMessageId(): String
Link copied to clipboard
fun getName(): String
Link copied to clipboard
fun getNamespace(): String
Link copied to clipboard
fun getNamespaceAndName(): NamespaceAndName

Properties

Link copied to clipboard
val header: Header
Link copied to clipboard
val payload: String