Sha256: 3fabee059be38f7426d0cadf4e2d96ab3f2ca53e02a085a904f91ba3b564dc7c
Contents?: true
Size: 287 Bytes
Versions: 5
Compression:
Stored size: 287 Bytes
Contents
module DeviceCloud class PushNotification::AlertNotification < PushNotification::BaseNotification def handle! DeviceCloud.alert_notification_handler.call(self) end def handle_no_content! DeviceCloud.empty_alert_notification_handler.call(self) end end end
Version data entries
5 entries across 5 versions & 1 rubygems