Method | Description | |
---|---|---|
AddNotifier ( INotifier notifier, IEnumerable |
Adds a notifier.
|
|
AddNotifier ( ITextToSpeech notifier, IEnumerable |
Adds a notifier.
|
|
Clear ( ) : void |
Clears all notifiers.
|
|
Close ( ) : void | ||
NotificationHandler ( GablarskiClient client ) : System |
Creates a new instance of NotificationHandler.
|
|
Notify ( NotificationType type, string notification ) : void | ||
Notify ( NotificationType type, string notification, NotifyPriority priority ) : void | ||
Notify ( NotificationType type, string notification, string nickname, string phonetic ) : void | ||
Notify ( NotificationType type, string notification, string nickname, string phonetic, NotifyPriority priority ) : void | ||
RemoveNotifier ( INotifier notifier ) : bool |
Removes the notifier.
|
|
RemoveNotifier ( ITextToSpeech notifier ) : bool |
Removes the notifier.
|
Method | Description | |
---|---|---|
OnClientDisconnected ( object sender, |
||
OnUserChangedChannel ( object sender, |
||
OnUserDisconnected ( object sender, |
||
OnUserJoined ( object sender, |
||
OnUserKickedFromChannel ( object sender, |
||
OnUserKickedFromServer ( object sender, |
public AddNotifier ( INotifier notifier, IEnumerable |
||
notifier | INotifier | The notifier to add. |
enabledNotifications | IEnumerable |
The notifications to enable for this |
return | void |
public AddNotifier ( ITextToSpeech notifier, IEnumerable |
||
notifier | ITextToSpeech | The notifier to add. |
enabledNotifications | IEnumerable |
The notifications to enable for this |
return | void |
public NotificationHandler ( GablarskiClient client ) : System | ||
client | GablarskiClient | |
return | System |
public Notify ( NotificationType type, string notification ) : void | ||
type | NotificationType | |
notification | string | |
return | void |
public Notify ( NotificationType type, string notification, NotifyPriority priority ) : void | ||
type | NotificationType | |
notification | string | |
priority | NotifyPriority | |
return | void |
public Notify ( NotificationType type, string notification, string nickname, string phonetic ) : void | ||
type | NotificationType | |
notification | string | |
nickname | string | |
phonetic | string | |
return | void |
public Notify ( NotificationType type, string notification, string nickname, string phonetic, NotifyPriority priority ) : void | ||
type | NotificationType | |
notification | string | |
nickname | string | |
phonetic | string | |
priority | NotifyPriority | |
return | void |
public RemoveNotifier ( INotifier notifier ) : bool | ||
notifier | INotifier | The notifier to remove. |
return | bool |
public RemoveNotifier ( ITextToSpeech notifier ) : bool | ||
notifier | ITextToSpeech | The notifier to remove. |
return | bool |