C# Class OpenTween.GrowlHelper

Afficher le fichier Open project: opentween/OpenTween Class Usage Examples

Méthodes publiques

Méthode Description
GrowlHelper ( string appName ) : System
Notify ( NotifyType notificationType, string id, string title, string text, Image icon = null, string url = "" ) : void
RegisterGrowl ( ) : bool

Private Methods

Méthode Description
GrowlCallbackHandler ( object response, object callbackData, object state ) : void
IconToByteArray ( Icon icondata ) : byte[]
IconToByteArray ( string filename ) : byte[]

Method Details

GrowlHelper() public méthode

public GrowlHelper ( string appName ) : System
appName string
Résultat System

Notify() public méthode

public Notify ( NotifyType notificationType, string id, string title, string text, Image icon = null, string url = "" ) : void
notificationType NotifyType
id string
title string
text string
icon Image
url string
Résultat void

RegisterGrowl() public méthode

public RegisterGrowl ( ) : bool
Résultat bool