Directive
data class Directive( attachmentManager: AttachmentManagerInterface?, val header: Header, val payload: String)
Content copied to clipboard
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)
Content copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard