IOperationServiceAddNotificationMessage Method (String, String) |
Shows non-modal notification message in the left top corner of the screen.
Namespace:
Resto.Front.Api.V4
Assembly:
Resto.Front.Api.V4 (in Resto.Front.Api.V4.dll)
Syntax void AddNotificationMessage(
string message,
string sender
)
Parameters
- message
- Type: SystemString
The message text.
- sender
- Type: SystemString
The message sender.
See Also