Click or drag to resize

IBatteryEventListener Interface

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 interface IBatteryEventListener : IJavaObject, 
	IDisposable, IJavaPeerable

The IBatteryEventListener type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodOnEvent
onEvent will be call to signal an event concerning battery. e.g: when the battery swap starts or ends.
Top
Remarks
This interface is used by the application to listen to battery events.

[Android Documentation]

See Also