| Package | Description |
|---|---|
| fiftyone.mobile.detection |
Contains classes necessary to perform device detection and access device
data.
|
| fiftyone.mobile.detection.entities | |
| fiftyone.mobile.detection.entities.memory | |
| fiftyone.mobile.detection.factories |
| Modifier and Type | Method and Description |
|---|---|
Property |
Dataset.get(String propertyName)
Method searches for a property with the given name and returns one if
found.
|
Property[] |
Dataset.getJavaScriptProperties()
All the JavaScript type properties in the data set.
|
Property |
Dataset.getPropertyByName(String propertyName)
Deprecated.
|
Property[] |
Dataset.getPropertyValueOverrideProperties()
All the JavaScript properties that relate to Profile Value Overrides.
|
| Modifier and Type | Method and Description |
|---|---|
IReadonlyList<Property> |
Dataset.getProperties()
A list of all
properties the data set contains. |
| Modifier and Type | Method and Description |
|---|---|
List<Profile> |
Dataset.findProfiles(Property property,
String valueName,
List<Profile> filterProfiles)
Get the profiles associated with the
Property name and
value which intersects with filterProfiles if provided. |
Values |
Match.getValues(Property property)
Gets the
Values associated with the property name using the
profiles found by the match. |
| Modifier and Type | Method and Description |
|---|---|
Property[] |
Profile.getProperties()
Returns an array of properties the profile relates to.
|
Property[] |
Component.getProperties()
Array of properties the component relates to.
|
Property |
Value.getProperty() |
| Modifier and Type | Method and Description |
|---|---|
int |
Property.compareTo(Property other)
Compares this property to another using the index field if they're in the
same list, otherwise the name field.
|
Values |
Signature.getValues(Property property)
Gets the values associated with the property.
|
Values |
Profile.getValues(Property property)
Gets the values associated with the property.
|
| Constructor and Description |
|---|
Value(Dataset dataSet,
Property property,
String value)
Constructs a new instance of Value.
|
Values(Property property,
Value[] values)
Constructs a new instance of the values list.
|
| Modifier and Type | Method and Description |
|---|---|
Property |
PropertiesList.get(String propertyName)
Returns the property matching the name provided, or null if no such
property is available.
|
| Constructor and Description |
|---|
PropertiesList(Dataset dataSet,
BinaryReader reader,
BaseEntityFactory<Property> entityFactory)
Constructs a new instance of PropertiesList.
|
| Modifier and Type | Method and Description |
|---|---|
Property |
PropertyFactory.create(Dataset dataSet,
int index,
BinaryReader reader)
Creates a new instance of Property.
|
Copyright © 2017 51Degrees. All rights reserved.