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 = {}, options = {})
  n = FIRE::Notification.new(device_token, data, options)
  self.send_notifications([n])
end