Click or drag to resize

DLSecondDisplayManagerIsSecondDisplayEnabled Property

Returns the enabled/disabled status of the 2nd Display.

Namespace:  Com.Datalogic.Device.Display
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool IsSecondDisplayEnabled { get; }

Property Value

Type: Boolean
boolean True if the 2nd Display is enabled, False otherwise.
Exceptions
ExceptionCondition
ErrorManager
Remarks

Returns the enabled/disabled status of the 2nd Display. This method can be used to know the current enabled/disabled status of the whole 2nd Display feature. When 2nd Display is enabled, it works according to its configuration.

[Android Documentation]

See Also