Пример #1
0
 public async Task UpdateLocation(Shipment.Shipment item, Driver.Driver driver)
 {
     var result = await _pushNotifier.SendMessage($"user-{driver.UserId}",
                                                  "Shipment Tracking Needed",
                                                  "Open to send location.", new NotificationData()
     {
         action       = "SendTrackingInfo",
         shipmentId   = item.Id,
         click_action = "FLUTTER_NOTIFICATION_CLICK"
     });
 }
Пример #2
0
 public async Task UpdateLocation(Shipment.Shipment item, Driver.Driver driver)
 {
 }