Click or drag to resize

PropertyID.ScreensaverPolicy Field

This property determines when screensaver is activated.

Namespace: Com.Datalogic.Device.Configuration
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
VB
public const Int32 ScreensaverPolicy = "value"

Field Value

Type: Int32
Remarks
This property determines when screensaver is activated.

The screensaver can be configured to activate under various conditions, such as when it is charging, or when is inserted into a cradle.

This property is effective if the screensaver is enabled using SCREENSAVER_ENABLED.

The user would still be able to access and control this configuration from the Android Settings. Therefore, this parameter can be use with SCREENSAVER_SETTING_DIMMED to prevent the user to change the configuration of this feature.

The class of the property is EnumProperty. The allowed values are defined by enum ScreensaverPolicy.

[Android Documentation]

See Also