C# Class UIAssistant.Core.API.NotificationAPI

Inheritance: INotificationAPI
Mostra file Open project: u338steven/UIAssistant Class Usage Examples

Public Methods

Method Description
NotifyErrorMessage ( string title, string message ) : void
NotifyInfoMessage ( string title, string message ) : void
NotifyWarnMessage ( string title, string message ) : void

Method Details

NotifyErrorMessage() public method

public NotifyErrorMessage ( string title, string message ) : void
title string
message string
return void

NotifyInfoMessage() public method

public NotifyInfoMessage ( string title, string message ) : void
title string
message string
return void

NotifyWarnMessage() public method

public NotifyWarnMessage ( string title, string message ) : void
title string
message string
return void