mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-06-22 05:47:28 +02:00
Version 3.0.337
This commit is contained in:
parent
fd0e63cf10
commit
573fe77e12
2336 changed files with 33688 additions and 86082 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue