Method: Parse::Installation#gcm_sender_id
- Defined in:
- lib/parse/model/classes/installation.rb
#gcm_sender_id ⇒ String
This field only has meaning for Android installations that use the GCM push type. It is reserved for directing Parse to send pushes to this installation with an alternate GCM sender ID. This field should generally not be set unless you are uploading installation data from another push provider. If you set this field, then you must set the GCM API key corresponding to this GCM sender ID in your Parse application’s push settings.
48 |
# File 'lib/parse/model/classes/installation.rb', line 48 property :gcm_sender_id, field: :GCMSenderId |