Method: APNS::Notification#payload

Defined in:
lib/mercurius/apns/notification.rb

#payloadObject



17
18
19
20
21
22
23
24
25
# File 'lib/mercurius/apns/notification.rb', line 17

def payload
  {
    'alert' => alert,
    'badge' => badge,
    'sound' => sound,
    'other' => other,
    'content-available' => content_available
  }.compact
end