Property | Type | Description | |
---|---|---|---|
IDeviceService | Task |
||
ReadSerializedContext | FallbackDeviceContext | ||
ReadSerializedContext | FallbackDeviceContext |
Method | Description | |
---|---|---|
GetDeviceModel ( ) : string |
Gets the device model.
|
|
GetDeviceType ( ) : string |
Gets the type of the device.
|
|
GetDeviceUniqueId ( ) : string |
Gets the device unique ID, or uses the fallback if none is available due to application configuration.
|
|
GetHostSystemLocale ( ) : string | ||
GetNetworkType ( ) : int |
Gets the network type.
|
|
GetOemName ( ) : Task |
Gets the device OEM.
|
|
GetOperatingSystemName ( ) : string | ||
GetOperatingSystemVersionAsync ( ) : Task |
Method | Description | |
---|---|---|
IDeviceService ( ) : Task |
||
ReadSerializedContext ( ) : FallbackDeviceContext |
Reads the serialized context from persistent storage, or will create a new context if none exits.
|
|
ReadSerializedContext ( string fileName ) : FallbackDeviceContext |
Reads the serialized context from persistent storage, or will create a new context if none exits.
|
public GetOperatingSystemVersionAsync ( ) : Task |
||
return | Task |