Click or drag to resize

DLSecondDisplayManagerIsSecondDisplayAvailable Property

Returns the availability of the 2nd Display feature.

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 IsSecondDisplayAvailable { get; }

Property Value

Type: Boolean
boolean True if the device supports the 2nd Display, False otherwise, or throws anException in case of failure.
Remarks

Returns the availability of the 2nd Display feature. This method can be used to know if the device supports the 2nd Display feature.

[Android Documentation]

See Also