Click or drag to resize

DesktopModePolicy Class

Enum defines the desktop mode settings for screen sharing. These are the allowed values for the property
Inheritance Hierarchy
System.Object
Com.Datalogic.Device.Configuration.DesktopModePolicy

Namespace: Com.Datalogic.Device.Configuration
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class DesktopModePolicy : Enum

The DesktopModePolicy type exposes the following members.

Properties
NameDescription
Public propertyDualScreen
To be added.
Public propertyExternalScreen
To be added.
Public propertyJniPeerMembers
To be added.
Public propertyMirroredScreen
To be added.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Top
Methods
NameDescription
Public methodFromInt
Retrieves the corresponding DesktopModePolicy value, from a valid integer.
Public methodToInt
Converts a DesktopModePolicy to its corresponding integer value.
Public methodValueOf
Returns the enum constant of this class with the specified name.
Public methodValues
Returns an array containing the constants of this enum class, in the order they are declared.
Top
Remarks
Enum DesktopModePolicy defines the desktop mode settings for screen sharing. These are the allowed values for the property PropertyID.DESKTOP_MODE_POLICY

[Android Documentation]

See Also