Delegate ShowMessageBoardDelegate
Delegate for showing message board notifications.
public delegate void ShowMessageBoardDelegate(string title, string message, BootstrapTheme bootstrapThemeColor)
Parameters
title
stringTitle of the message
message
stringContent of the message
bootstrapThemeColor
BootstrapThemeTheme color for the message
- Extension Methods