Lean
$LEAN_TAG$
|
Local/desktop implementation of messaging system for Lean Engine. More...
Public Member Functions | |
virtual void | Send () |
Method for sending implementations of notification object types. More... | |
Local/desktop implementation of messaging system for Lean Engine.
Definition at line 29 of file Notification.cs.
|
virtual |
Method for sending implementations of notification object types.
SMS, Email and Web are all handled by the QC Messaging Handler. To implement your own notification type implement it here.
Definition at line 35 of file Notification.cs.