Indicates the algorithm that the WURFL engine will use to serve a request.
Namespace: WURFLAccuracy ensures the highest accuracy but may take a bit more time to execute; Performance ensures a much faster answer on desktop browsers. For non-desktop devices, there's no difference.
Assembly: Wurfl (in Wurfl.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
| C# |
|---|
public enum MatchMode |
| Visual Basic |
|---|
Public Enumeration MatchMode |
Members
| Member name | Description | |
|---|---|---|
| Accuracy | Highest accuracy but may take a bit more time to execute. | |
| Performance | Quickest yes/no response for desktop browsers; same as Accuracy for non-desktop requests. This is the default setting. |