Click or drag to resize

PropertyID.CastEnabled Field

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

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 CastEnabled = "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 Cast.

Android Cast the feature that allows the device to wirelessly stream or mirror its screen and audio to other devices, such as TVs, smart displays, or streaming devices like Chromecast.

So, if this parameter is enabled, Android Cast is disabled and the device will no longer search for or connect to these devices for screen mirroring or media streaming purposes.

The class of the property is BooleanProperty.

[Android Documentation]

See Also