| Package | Description |
|---|---|
| fiftyone.mobile.detection |
Contains classes necessary to perform device detection and access device
data.
|
| fiftyone.mobile.detection.entities |
| Modifier and Type | Method and Description |
|---|---|
Values |
Match.getValues(Property property)
Gets the
Values associated with the property name using the
profiles found by the match. |
Values |
Match.getValues(String propertyName)
Gets the
Values associated with the property name using the
profiles found by the match. |
| Modifier and Type | Method and Description |
|---|---|
Values |
Property.getValues()
An array of values the property has available.
|
Values |
Signature.getValues(Property property)
Gets the values associated with the property.
|
Values |
Profile.getValues(Property property)
Gets the values associated with the property.
|
Values |
Signature.getValues(String propertyName)
Gets the values associated with the property name.
|
Values |
Profile.getValues(String propertyName)
Gets the values associated with the property name.
|
Copyright © 2015 51Degrees. All rights reserved.