C# Class withSIX.Mini.Presentation.Electron.NodeNotifier

Inheritance: INotificationProvider
ファイルを表示 Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method Description
NodeNotifier ( INodeApi api ) : System
Notify ( string subject, string text, string icon = null, System.TimeSpan expirationTime = null ) : Task

Method Details

NodeNotifier() public method

public NodeNotifier ( INodeApi api ) : System
api INodeApi
return System

Notify() public method

public Notify ( string subject, string text, string icon = null, System.TimeSpan expirationTime = null ) : Task
subject string
text string
icon string
expirationTime System.TimeSpan
return Task