Ejemplo n.º 1
0
        public void TestConfig(PushalotConfig config)
        {
            var msg = new Message(config.AuthorizationToken, "Test notification from Hadouken.")
            {
                Title = "Hadouken"
            };

            _pushalotClient.Send(msg);
        }
Ejemplo n.º 2
0
 public void SetConfig(PushalotConfig config)
 {
     _keyValueStore.Set("pushalot.config", config);
 }