Indicates the algorithm that the WURFL engine will use to serve a request.

Accuracy 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.

Namespace: WURFL
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 nameDescription
AccuracyHighest accuracy but may take a bit more time to execute.
PerformanceQuickest yes/no response for desktop browsers; same as Accuracy for non-desktop requests. This is the default setting.

See Also