C# Class OpenTween.GrowlHelper

ファイルを表示 Open project: opentween/OpenTween Class Usage Examples

Public Methods

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

Private Methods

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

Method Details

GrowlHelper() public method

public GrowlHelper ( string appName ) : System
appName string
return System

Notify() public method

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
return void

RegisterGrowl() public method

public RegisterGrowl ( ) : bool
return bool