When SoftSpot is enabled then it will either be currently showing, or a
notification is available to show.
Namespace:
Com.Datalogic.Softspot
Assembly:
datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public virtual bool Enabled { get; set; }
Public Overridable Property Enabled As Boolean
Get
Set
Property Value
Type:
BooleanTrue if SoftSpot is currently enabled. Otherwise SoftSpot is
disabled.
Remarks Get method documentation[Android Documentation]
When SoftSpot is enabled then it will either be currently showing, or a
notification is available to show.
Set method documentation[Android Documentation]
Set the current enabled state of SoftSpot.
See Also