Version 3.0.339

This commit is contained in:
Anja 2022-09-16 11:19:46 +02:00
parent 0468955d49
commit 52c9f6f1d9
43 changed files with 993 additions and 614 deletions

View file

@ -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.