Click or drag to resize

PowerManagerIsWakeupSupported Method

This function allows to know if a wakeup source is configurable on a target device.

Namespace:  Com.Datalogic.Device.Power
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public virtual bool IsWakeupSupported(
	WakeupSource source
)

Parameters

source
Type: Com.Datalogic.Device.PowerWakeupSource
- The WakeupSource that should be checked, whether is supported or not.

Return Value

Type: Boolean
boolean true if the source can be enabled or disabled, false otherwise.
Remarks

This function allows to know if a wakeup source is configurable on a target device.

[Android Documentation]

See Also