Class: RubyPushNotifications::FCM::FCMResultOK
- Defined in:
- lib/ruby-push-notifications/fcm/fcm_result.rb
Overview
Indicates that the notification was successfully sent to the corresponding registration ID
Instance Method Summary collapse
Instance Method Details
#==(other) ⇒ Object
15 16 17 |
# File 'lib/ruby-push-notifications/fcm/fcm_result.rb', line 15 def ==(other) other.is_a?(FCMResultOK) || super(other) end |