Click or drag to resize

PropertyID.LongPressHomeButtonSettingDimmed Field

Administrative Settings: For devices managed by an organization, administrative policies might require to restrict the user to configure the long press action on the home button.

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 LongPressHomeButtonSettingDimmed = "value"

Field Value

Type: Int32
Remarks
Administrative Settings: For devices managed by an organization, administrative policies might require to restrict the user to configure the long press action on the home button.

If this parameter is enabled, the setting to enable or disable the long press action on the home button is "dimmed" in the Settings. It means that the option is grayed out and it cannot be interacted with through UI. This indicates to the user that the feature is currently not accessible and the user is not able to change its state.

This parameter only prevents the user to change the long press action on the home button in Settings UI. For configuring the action, please refer to parameter LONG_PRESS_HOME_BUTTON_ENABLED.

The class of the property is BooleanProperty.

[Android Documentation]

See Also