Click or drag to resize

ActionType Class

Inheritance Hierarchy
Enum
  Com.Datalogic.SoftspotActionType

Namespace:  Com.Datalogic.Softspot
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class ActionType : Enum

The ActionType type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberApplication
Launch application action type
Public propertyJniPeerMembers
To be added.
Public propertyStatic memberScan
Scan action type
Top
Methods
  NameDescription
Public methodStatic memberValueOf
Returns the enum constant of this type with the specified name.
Public methodStatic memberValues
Returns an array containing the constants of this enum type, in the order they are declared.
Top
Remarks
ActionType is an enumeration defining constants for different actions performed by SoftSpot.

[Android Documentation]

See Also