Method: FIRE.send_notification
- Defined in:
- lib/pushmeup/fire/core.rb
.send_notification(device_token, data = {}, options = {}) ⇒ Object
19 20 21 22 |
# File 'lib/pushmeup/fire/core.rb', line 19 def self.send_notification(device_token, data = {}, = {}) n = FIRE::Notification.new(device_token, data, ) self.send_notifications([n]) end |