Version 3.0.337

This commit is contained in:
Anja Müller-Meißner 2022-08-30 15:42:25 +02:00
parent fd0e63cf10
commit 573fe77e12
2336 changed files with 33688 additions and 86082 deletions

View file

@ -1,4 +1,6 @@
namespace TINK.Model.Device
using Xamarin.Essentials;
namespace TINK.Model.Device
{
public interface ISmartDevice
{
@ -10,10 +12,9 @@
string Manufacturer { get; }
/// <summary> Device Model (SMG-950U, iPhone10,6). </summary>
string Model { get; }
string Model { get; }
/// <summary> Platform (Android). </summary>
string PlatformText { get; }
DevicePlatform Platform { get; }
/// <summary> Operating System Version Number (7.0) as text</summary>
string VersionText { get; }