java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.datalogic.device.configuration.DesktopModePolicy |
Enum DesktopModePolicy
defines the desktop mode settings for screen sharing.
These are the allowed values for the property DESKTOP_MODE_POLICY
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DesktopModePolicy | DUAL_SCREEN | The screen of the device and the external monitor are separated, each with its own content and layout. | |||||||||
DesktopModePolicy | EXTERNAL_SCREEN | The screen of the device is duplicated exactly on the external monitor, but typically the user interface is adapted to the resolution of the external monitor with landscape orientation. | |||||||||
DesktopModePolicy | MIRRORED_SCREEN | The screen of the device is duplicated exactly on the external monitor, typically with portrait orientation. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves the corresponding DesktopModePolicy value, from a valid integer.
| |||||||||||
Converts a DesktopModePolicy to its corresponding integer value.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
The screen of the device and the external monitor are separated, each with its own content and layout. The external monitor displays a desktop-like interface, which can include a taskbar, while the screen device displays the Android interface and it could be used as a secondary screen.
The screen of the device is duplicated exactly on the external monitor, but typically the user interface is adapted to the resolution of the external monitor with landscape orientation.
The screen of the device is duplicated exactly on the external monitor, typically with portrait orientation.
Retrieves the corresponding DesktopModePolicy value, from a valid integer.
n | int |
---|
Converts a DesktopModePolicy to its corresponding integer value.