Click or drag to resize

DLSecondDisplayManagerSetSecondDisplayEnabled Method

Enables or disables 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 SetSecondDisplayEnabled(
	bool enable
)

Parameters

enable
Type: SystemBoolean
- True to enable the 2nd Display, False to disable it.

Return Value

Type: Boolean
boolean True if the operation complete successfully, False otherwise.
Exceptions
ExceptionCondition
ErrorManager
Remarks

Enables or disables the 2nd Display. This method can be used to enable or disable the whole 2nd Display feature.

[Android Documentation]

See Also