Click or drag to resize

CameraWedgePreviewManager Class

CameraWedgePreviewManager
Inheritance Hierarchy
System.Object
Com.Datalogic.Decode.CameraWedgePreviewManager

Namespace: Com.Datalogic.Decode
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class CameraWedgePreviewManager

The CameraWedgePreviewManager type exposes the following members.

Constructors
NameDescription
Public methodCameraWedgePreviewManager
Initializes a new instance of the CameraWedgePreviewManager class
Top
Properties
NameDescription
Public propertyInstalled
To be added.
Public propertyInstance
To be added.
Public propertyJniPeerMembers
To be added.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Top
Methods
NameDescription
Public methodInstall
Install a preview image to show during camera wedge when no barcode is shown.
Public methodInstall
Install a preview image to show during camera wedge when no barcode is shown.
Public methodInstall
Install a preview image to show during camera wedge when no barcode is shown.
Public methodInstall
Install a preview image to show during camera wedge when no barcode is shown.
Public methodRemove
Remove the camera wedge preview image previously installed, if found.
Top
Remarks
CameraWedgePreviewManager is a class used to setup a preview that will be shown when the camera wedge feature is running, but only when no barcode is shown. It can be useful in case the user wants to show a custom message or logo.

[Android Documentation]

See Also