Click or drag to resize
Cimbalino ToolkitIDeviceStatusService Interface
Represents a service capable of obtaining information about the device on which it is running.

Namespace: Cimbalino.Toolkit.Services
Assembly: Cimbalino.Toolkit.Core (in Cimbalino.Toolkit.Core.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax
C#
public interface IDeviceStatusService

The IDeviceStatusService type exposes the following members.

Properties
  NameDescription
Public propertyApplicationCurrentMemoryUsage
Gets the memory usage of the current application in bytes.
Public propertyApplicationMemoryUsageLimit
Gets the maximum amount of memory that your application process can allocate.
Public propertyApplicationPeakMemoryUsage
Gets the peak memory usage of the current application in bytes.
Public propertyDeviceFirmwareVersion
Gets the firmware version running on the device.
Public propertyDeviceHardwareVersion
Gets the hardware version running on the device.
Public propertyDeviceManufacturer
Gets the device manufacturer name.
Public propertyDeviceName
Gets the device name.
Public propertyDeviceTotalMemory
Gets the physical RAM size of the device in bytes.
Public propertyIsInPowerSaverMode
Gets the value indicating if the device is in power saver mode.
Public propertyIsKeyboardDeployed
Gets a value indicating whether the user has deployed the physical hardware keyboard of the device.
Public propertyIsKeyboardPresent
Gets a value indicating whether the device contains a physical hardware keyboard.
Public propertyIsLowMemoryDevice
Gets a value indicating whether the device is a low memory device (less than 256 MB of memory installed).
Public propertyPowerSource
Gets the a value indicating whether the device is currently running on battery power or is plugged in to an external power supply.
Public propertyRemainingChargePercent
Gets the a value indicating the percent of the battery remaining on the device
Top
Events
  NameDescription
Public eventPowerStatusChanged
Occurs when the power status has changed
Top
Version Information

Portable

Supported in: 4.5

Windows

Supported in: 10.0, 8.1

Windows Phone

Supported in: 8.1

Windows Phone Silverlight

Supported in: 8.1, 8.0
See Also