Method | Description | |
---|---|---|
PushBulletClient ( |
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.
|
public PushBulletClient ( |
||
Details | ||
return | System |
public SendPush ( string Title, string Body ) : void | ||
Title | string | |
Body | string | |
return | void |