Ejemplo n.º 1
0
 public DeviceRequest(string appId, IPlatformUtilsService platformUtilsService)
 {
     Type       = platformUtilsService.GetDevice();
     Name       = platformUtilsService.GetDeviceString();
     Identifier = appId;
     PushToken  = null; // TODO?
 }
Ejemplo n.º 2
0
 public DeviceRequest(string appId, IPlatformUtilsService platformUtilsService)
 {
     Type       = platformUtilsService.GetDevice();
     Name       = platformUtilsService.GetDeviceString();
     Identifier = appId;
 }