C# Class PoEWhisperNotifier.PushBulletDetails

Afficher le fichier Open project: Kapps/PoEWhisperNotifier Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

Loads the currently stored Pushbullet settings.
public static LoadFromSettings ( ) : PushBulletDetails
Résultat PushBulletDetails

PushBulletDetails() public méthode

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

SaveToSettings() public méthode

Saves the current settings to the setting store.
public SaveToSettings ( ) : void
Résultat void