mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-06-21 21:46:27 +02:00
Version 3.0.339
This commit is contained in:
parent
0468955d49
commit
52c9f6f1d9
43 changed files with 993 additions and 614 deletions
|
@ -1,4 +1,4 @@
|
|||
using TINK.Model.Device;
|
||||
using TINK.Model.Device;
|
||||
using Xamarin.Essentials;
|
||||
|
||||
namespace TestFramework.Model.Device
|
||||
|
@ -10,13 +10,13 @@ namespace TestFramework.Model.Device
|
|||
/// </summary>
|
||||
private string m_strDeviceId = "522c6ff6886198fd";
|
||||
|
||||
public string Manufacturer => throw new System.NotImplementedException();
|
||||
public string Manufacturer => "Faiphone";
|
||||
|
||||
public string Model => throw new System.NotImplementedException();
|
||||
public string Model => "987";
|
||||
|
||||
public DevicePlatform Platform => DevicePlatform.UWP;
|
||||
|
||||
public string VersionText => throw new System.NotImplementedException();
|
||||
public string VersionText => "17.11";
|
||||
|
||||
/// <summary>
|
||||
/// Constructs a device mock object setting device id to default value.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue