Click or drag to resize

BatteryEvent Class

Inheritance Hierarchy
Enum
  Com.Datalogic.Device.BatteryBatteryEvent

Namespace:  Com.Datalogic.Device.Battery
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class BatteryEvent : Enum

The BatteryEvent type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberBatterySwapEventBegin
Batter Swap begin event.
Public propertyStatic memberBatterySwapEventEnd
Batter Swap end event.
Public propertyStatic memberBatterySwapEventUnknown
Unknown Battery Event from.
Public propertyJniPeerMembers
To be added.
Top
Methods
  NameDescription
Public methodStatic memberFromInt
Retrieves the corresponding BatteryEvent value, from a valid integer.
Public methodToInt
Converts the BatteryEvent enum to its integer representing value.
Public methodStatic memberValueOf
Returns the enum constant of this type with the specified name.
Public methodStatic memberValues
Returns an array containing the constants of this enum type, in the order they are declared.
Top
Remarks
Enumerative representing the battery events.

[Android Documentation]

See Also