C# Class CmisSync.Notifications.NotificationUtils

Desktop Notification utils.
Mostra file Open project: OpenDataSpace/CmisSync

Public Methods

Method Description
NotifyAsync ( string title, string content = null, string iconPath = null ) : void

Creates a Notification by Notificatoin Daemon

Method Details

NotifyAsync() public static method

Creates a Notification by Notificatoin Daemon
public static NotifyAsync ( string title, string content = null, string iconPath = null ) : void
title string /// Notification title. ///
content string /// Notification message/content. ///
iconPath string /// Icon path. ///
return void