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; }
Public ReadOnly Property IsSecondDisplayAvailable As Boolean
Get
Property Value
Type:
Booleanboolean
True if the device supports the 2nd Display, False otherwise,
or throws an
Exception 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