C# Class PoEWhisperNotifier.PushBulletClient

Provides an interface to PushBullet for sending notifications.
Afficher le fichier Open project: Kapps/PoEWhisperNotifier Class Usage Examples

Méthodes publiques

Méthode Description
PushBulletClient ( PushBulletDetails Details ) : System

Creates a new PushBullet interface using the given settings.

SendPush ( string Title, string Body ) : void

Sends a push notification to all devices given the current API Key.

Method Details

PushBulletClient() public méthode

Creates a new PushBullet interface using the given settings.
public PushBulletClient ( PushBulletDetails Details ) : System
Details PushBulletDetails
Résultat System

SendPush() public méthode

Sends a push notification to all devices given the current API Key.
public SendPush ( string Title, string Body ) : void
Title string
Body string
Résultat void