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