| Package | Description |
|---|---|
| fiftyone.mobile.detection |
Contains classes necessary to perform device detection and access device
data.
|
| fiftyone.mobile.detection.entities | |
| fiftyone.mobile.detection.factories |
| Modifier and Type | Field and Description |
|---|---|
protected Signature |
MatchResult.signature |
| Modifier and Type | Field and Description |
|---|---|
IReadonlyList<Signature> |
Dataset.signatures
A list of all the signatures the data set contains.
|
| Modifier and Type | Method and Description |
|---|---|
Signature |
MatchResult.getSignature()
The signature with the closest match to the target User-Agent provided.
|
Signature |
Match.getSignature()
Returns a
Signature that best fits the provided User-Agent string. |
| Modifier and Type | Method and Description |
|---|---|
IReadonlyList<Signature> |
Dataset.getSignatures()
List of
signatures the data set contains. |
| Modifier and Type | Class and Description |
|---|---|
class |
SignatureV31
Extends
Signature to provide implementation for the abstract methods. |
class |
SignatureV32
Extends
Signature to provide implementation for the abstract methods. |
| Modifier and Type | Method and Description |
|---|---|
Signature[] |
Value.getSignatures() |
Signature[] |
Profile.getSignatures()
Gets the signatures related to the profile.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Signature.compareTo(Signature other)
Compares this signature to another based on the node offsets.
|
| Modifier and Type | Method and Description |
|---|---|
Signature |
SignatureFactoryV32.create(Dataset dataSet,
int index,
BinaryReader reader)
Creates a new instance of SignatureV32.
|
Signature |
SignatureFactoryV31.create(Dataset dataSet,
int index,
BinaryReader reader)
Creates a new instance of SignatureV31.
|
Copyright © 2015 51Degrees. All rights reserved.