SoftSpot Class |
Namespace: Com.Datalogic.Softspot
The SoftSpot type exposes the following members.
| Name | Description | |
|---|---|---|
| Enabled | When SoftSpot is enabled then it will either be currently showing, or a
notification is available to show. | |
| JniPeerMembers | To be added. | |
| LockState | Get current lock state (can I move it around the screen on finger drag?) | |
| Position | Current X/Y position | |
| PositionMax | Maximum X/Y position | |
| PositionMin | Minimum X/Y position | |
| Scale | Current scale multiplier | |
| ScaleMax | Maximum scale multiplier | |
| ScaleMin | Minimum scale multiplier | |
| Vibrator | Is vibration enabled when using SoftSpot? |
| Name | Description | |
|---|---|---|
| ClearCustomImage | Delete the custom image for the given ImageEnum. | |
| ClearWorkingArea | Reset the working area to the whole screen. | |
| GetImage | Get the image in use for the given ActionType and ImageState values. | |
| GetWorkingArea | Get Area that SoftSpot can move within | |
| Hide | Hide SoftSpot. | |
| Lock | Set lock state of SoftSpot, it impacts SoftSpot motion ability on finger dragging events. | |
| SetCustomImage(ImageEnum, File) | Copy the image located at the given filepath, then assigns the custom imageEnum to use that image. | |
| SetCustomImage(ImageEnum, Byte) | Copy the image in the byte array, then assigns the custom imageEnum to use that image. | |
| SetDecodedDuration | Set the duration for how long the decoded image should be displayed
on screen after a good read before switching back to the Normal | |
| SetImage | Set the image to use when SoftSpot has the given ActionType and ImageState values. | |
| SetWorkingArea | ||
| Show | Show SoftSpot. |
| Name | Description | |
|---|---|---|
| TimeoutMillis | API will return the last known value if SoftSpot does not respond before
the timeout. |