C# Class PoEWhisperNotifier.PushBulletClient

Provides an interface to PushBullet for sending notifications.
Datei anzeigen Open project: Kapps/PoEWhisperNotifier Class Usage Examples

Public Methods

Method 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 method

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

SendPush() public method

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