autopush.router.fcm
¶
FCM legacy HTTP Router
-
class
autopush.router.fcm.
FCMRouter
(conf, router_conf, metrics)[source]¶ FCM Router Implementation
Note: FCM is a newer branch of GCM. While there’s not much change required for the server, there is significant work required for the client. To that end, having a separate router allows the “older” GCM to persist and lets the client determine when they want to use the newer FCM route.
-
register
(uaid, router_data, app_id, *args, **kwargs)[source]¶ Validate that the FCM Instance Token is in the
router_data
-