Click or drag to resize

IBatteryEventListenerOnEvent Method

onEvent will be call to signal an event concerning battery. e.g: when the battery swap starts or ends.

Namespace:  Com.Datalogic.Device.Battery
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void OnEvent(
	BatteryEvent p0,
	Object p1
)

Parameters

p0
Type: Com.Datalogic.Device.BatteryBatteryEvent
To be added.
p1
Type: Object
To be added.
Remarks

onEvent will be call to signal an event concerning battery. e.g: when the battery swap starts or ends.

[Android Documentation]

See Also