class RailsPushNotifications::FCMApp

This class represents an Android FCM application.

@author Carlos Alonso

Private Instance Methods

build_pusher() click to toggle source

@return [RubyPushNotifications::FCM::FCMPusher] configured and

ready to push
# File lib/rails-push-notifications/apps/fcm_app.rb, line 17
def build_pusher
  RubyPushNotifications::FCM::FCMPusher.new fcm_key
end
notification_type() click to toggle source

@return [RubyPushNotifications::FCM::FCMNotification]. The type of

notifications this app manages
# File lib/rails-push-notifications/apps/fcm_app.rb, line 23
def notification_type
  RubyPushNotifications::FCM::FCMNotification
end