| Package | Description |
|---|---|
| fiftyone.mobile.detection |
Contains classes necessary to perform device detection and access device
data.
|
| fiftyone.mobile.detection.factories |
| Modifier and Type | Class and Description |
|---|---|
class |
TrieProviderV3
Decision Trie data structure provider.
|
class |
TrieProviderV32
Trie provider of version 3.2.
|
| Modifier and Type | Method and Description |
|---|---|
static TrieProvider |
TrieFactory.create(String file)
Creates a new provider from the binary file supplied.
|
static TrieProvider |
TrieFactory.create(String file,
boolean isTempFile) |
static TrieProvider |
TrieFactory.create(TriePool pool)
Creates a new provider from the supplied pool of readers.
|
Copyright © 2017 51Degrees. All rights reserved.