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