| Interface | Description |
|---|---|
| Disposable | |
| Match.RankedSignatureIterator |
Used to iterate over the closest signatures.
|
| ReadonlyList<T extends BaseEntity> |
A list which only provides those features needed to read items from the list.
|
| Class | Description |
|---|---|
| AutoUpdate | |
| BaseScore | |
| Cache<K,V> |
Used to speed the retrieval of detection results over duplicate requests.
|
| ClosestScore | |
| Controller |
A single static class which controls the device detection process.
|
| Dataset |
Data set used for device detection created by the reader classes.
|
| IndexDifference |
Used in the closest match to track the difference and the character position
index.
|
| LicenceKey |
Class to hold and validate a 51Degrees.mobi Licence key.
|
| Match |
Generate when a device detection is requested to include the signature
matched, the confidence of the match and the method used to obtain the match.
|
| NearestScore |
Used to determine if all the signature node sub strings are in the target
just at different character positions.
|
| Provider |
Provider used to perform a detection based on a user agent string.
|
| SortedList<K,V> | |
| TrieProvider |
Decision trie data structure provider.
|
| Enum | Description |
|---|---|
| MatchMethods |
Enumerator of possible methods used to obtain the match.
|
| TrieProvider.OffsetType |
The type of integers used to represent the offset to the children.
|
| Exception | Description |
|---|---|
| AutoUpdateException |