Click or drag to resize

PropertyID.ChromebookEnabled Field

Administrative Settings: For devices managed by an organization, administrative policies might require to restrict the user to connect to other devices via Android Chromebook.

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

Field Value

Type: Int32
Remarks
Administrative Settings: For devices managed by an organization, administrative policies might require to restrict the user to connect to other devices via Android Chromebook.

Android Chromebook is the feature that allows the device to connect and interact with other devices for sharing notifications, text messages, and other data.

So, if this parameter is enabled, Android Chromebook is disabled and the device will no longer be able for these synchronization and sharing features, which can enhance privacy and security by preventing unwanted sharing of user content.

The class of the property is BooleanProperty.

[Android Documentation]

See Also