コード例 #1
0
ファイル: ConfigService.cs プロジェクト: pixiegnom/hadouken
        public void TestConfig(PushbulletConfig config)
        {
            var note = new Note("Hadouken", "Test notification from Hadouken.");

            _pushbulletClient.Send(config.AccessToken, note);
        }
コード例 #2
0
ファイル: ConfigService.cs プロジェクト: pixiegnom/hadouken
 public void SetConfig(PushbulletConfig config)
 {
     _keyValueStore.Set("pushbullet.config", config);
 }