C# Class PoEWhisperNotifier.PushBulletDetails

Datei anzeigen Open project: Kapps/PoEWhisperNotifier Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
LoadFromSettings ( ) : PushBulletDetails

Loads the currently stored Pushbullet settings.

PushBulletDetails ( ) : PoEWhisperNotifier.Properties

Creates a new instance of this class with NotifyOnlyIfIdle set to true.

SaveToSettings ( ) : void

Saves the current settings to the setting store.

Method Details

LoadFromSettings() public static method

Loads the currently stored Pushbullet settings.
public static LoadFromSettings ( ) : PushBulletDetails
return PushBulletDetails

PushBulletDetails() public method

Creates a new instance of this class with NotifyOnlyIfIdle set to true.
public PushBulletDetails ( ) : PoEWhisperNotifier.Properties
return PoEWhisperNotifier.Properties

SaveToSettings() public method

Saves the current settings to the setting store.
public SaveToSettings ( ) : void
return void