aerogear-xamarin-sdk
AeroGear Xamarin SDK
AeroGear.Mobile.Core.Utils.PlatformInfo Class Reference

This class allows the shared code to have info of the real platform the app is running in. More...

Public Member Functions

 PlatformInfo (string name, string version)
 Initializes a new instance of the T:AeroGear.Mobile.Core.Utils.PlatformInfo class. More...
 

Public Attributes

readonly string Name
 Operating system name. More...
 
readonly string Version
 Operating system version. More...
 

Detailed Description

This class allows the shared code to have info of the real platform the app is running in.

Constructor & Destructor Documentation

◆ PlatformInfo()

AeroGear.Mobile.Core.Utils.PlatformInfo.PlatformInfo ( string  name,
string  version 
)

Initializes a new instance of the T:AeroGear.Mobile.Core.Utils.PlatformInfo class.

Parameters
nameOperating system name.
versionOperating system version.

Member Data Documentation

◆ Name

readonly string AeroGear.Mobile.Core.Utils.PlatformInfo.Name

Operating system name.

◆ Version

readonly string AeroGear.Mobile.Core.Utils.PlatformInfo.Version

Operating system version.


The documentation for this class was generated from the following file: