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