C# Класс PoEWhisperNotifier.PushBulletClient

Provides an interface to PushBullet for sending notifications.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

PushBulletClient() публичный Метод

Creates a new PushBullet interface using the given settings.
public PushBulletClient ( PushBulletDetails Details ) : System
Details PushBulletDetails
Результат System

SendPush() публичный Метод

Sends a push notification to all devices given the current API Key.
public SendPush ( string Title, string Body ) : void
Title string
Body string
Результат void