Show / Hide Table of Contents

Class DeviceSettings

Information about various settings on the mobile device.

Inheritance
object
DeviceSettings
Implements
IMessage<DeviceSettings>
IEquatable<DeviceSettings>
IDeepCloneable<DeviceSettings>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Maps.FleetEngine.V1
Assembly: Google.Maps.FleetEngine.V1.dll
Syntax
public sealed class DeviceSettings : IMessage<DeviceSettings>, IEquatable<DeviceSettings>, IDeepCloneable<DeviceSettings>, IBufferMessage, IMessage

Constructors

DeviceSettings()

Declaration
public DeviceSettings()

DeviceSettings(DeviceSettings)

Declaration
public DeviceSettings(DeviceSettings other)
Parameters
Type Name Description
DeviceSettings other

Properties

BatteryInfo

Information about the battery state.

Declaration
public BatteryInfo BatteryInfo { get; set; }
Property Value
Type Description
BatteryInfo

IsInteractive

Whether the device is in an interactive state.

Declaration
public bool IsInteractive { get; set; }
Property Value
Type Description
bool

IsPowerSaveMode

Whether the device is currently in power save mode.

Declaration
public bool IsPowerSaveMode { get; set; }
Property Value
Type Description
bool

LocationPowerSaveMode

How location features are set to behave on the device when battery saver is on.

Declaration
public LocationPowerSaveMode LocationPowerSaveMode { get; set; }
Property Value
Type Description
LocationPowerSaveMode
In this article
Back to top Generated by DocFX