[Vortex] Differentiate data and notification messages in FCM payloads

Review Request #547 — Created April 12, 2018 and submitted

pprkut
Lunr
548
297f321...
lunr
FCM supports two types of messages, data and notification. The previous
fix for iOS was necessary, because apparently data messages are
difficult to handle there. However, that broke data messages for
Android. Rename the setter so we can differentiate between data and
notification messages when constructing the FCM payload.

Unit tests

smillernl
  1. Ship It!
  2. 
      
pprkut
Review request changed

Status: Closed (submitted)

Change Summary:

Merged into master

Loading...