Ejemplo n.º 1
0
 def consume(self, data):
     # type: (Mapping[str, Any]) -> None
     handle_push_notification(data['user_profile_id'], data)
Ejemplo n.º 2
0
 def consume(self, data):
     handle_push_notification(data['user_profile_id'], data)
Ejemplo n.º 3
0
 def consume(self, data):
     handle_push_notification(data['user_profile_id'], data)
Ejemplo n.º 4
0
 def consume(self, data):
     # type: (Mapping[str, Any]) -> None
     handle_push_notification(data['user_profile_id'], data)