Пример #1
0
 protected override async Task ProcessMessageAsync(BrokerMessage message)
 {
     await _pushNotificationService.ProcessPushNotificationAsync(
         message.MessageId,
         message.Properties["PushRegistrationId"],
         message.Properties["Message"],
         message.Properties["CustomPayload"],
         message.Properties["MessageGroupId"],
         message.MessageParameters);
 }