C# Class CmisSync.Notifications.NotificationUtils

Desktop Notification utils.
Afficher le fichier Open project: OpenDataSpace/CmisSync

Méthodes publiques

Méthode Description
NotifyAsync ( string title, string content = null, string iconPath = null ) : void

Creates a Notification by Notificatoin Daemon

Method Details

NotifyAsync() public static méthode

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. ///
Résultat void