文件名称:em-wpn:EventMachine驱动的Windows Phone推送通知
文件大小:20KB
文件格式:ZIP
更新时间:2024-06-05 01:38:37
Ruby
EventMachine的Windows推送通知 如所述,实现Windows Phone 7.1和8.0推送通知。 用法 吐司 EM.run do toast = EM::WPN::Windows71::Toast.new("http://live.net...", :text1 => "Hello", :text2 => "World" ) response = EM::WPN.push(toast) end 瓦 EM.run do tile = EM::WPN::Windows71::Tile.new("http://live.net...", :background_image => "/image.png", :count => 5, :title => "Hello World
【文件预览】:
em-wpn-master
----script()
--------toast(607B)
----lib()
--------em-wpn()
--------em-wpn.rb(908B)
----Gemfile(142B)
----spec()
--------spec_helper.rb(200B)
--------em-wpn()
--------em-wpn_spec.rb(2KB)
----Rakefile(183B)
----LICENSE(1KB)
----README.md(2KB)
----em-wpn.gemspec(883B)
----.gitignore(52B)