| 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 | |
| fiftyone.mobile.detection.factories.memory | |
| fiftyone.mobile.detection.factories.stream |
| Modifier and Type | Field and Description |
|---|---|
protected Profile[] |
MatchResult.profiles |
| Modifier and Type | Field and Description |
|---|---|
IReadonlyList<Profile> |
Dataset.profiles
A list of all the possible profiles the data set contains.
|
| Modifier and Type | Method and Description |
|---|---|
Profile |
Dataset.findProfile(int profileId)
Searches the list of profile IDs and returns the profile if the profile
id is valid.
|
Profile[] |
MatchState.getProfiles() |
Profile[] |
MatchResult.getProfiles() |
Profile[] |
Match.getProfiles()
Array of
profiles associated with the device that was
found. |
| 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. |
List<Profile> |
Dataset.findProfiles(String propertyName,
String valueName,
List<Profile> filterProfiles)
Get the profiles associated with the
Property name and
value which intersects with filterProfiles if provided. |
ArrayList<Profile> |
MatchState.getExplicitProfiles()
During the process of matching the profiles may vary, for example when
multiple HTTP headers are used.
|
IReadonlyList<Profile> |
Dataset.getProfiles()
A list of all the possible
profiles contained in the
current data set. |
| 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. |
List<Profile> |
Dataset.findProfiles(String propertyName,
String valueName,
List<Profile> filterProfiles)
Get the profiles associated with the
Property name and
value which intersects with filterProfiles if provided. |
| Modifier and Type | Method and Description |
|---|---|
Profile |
Component.getDefaultProfile()
The default profile that should be returned for the component.
|
Profile[] |
Signature.getProfiles()
List of the profiles the signature relates to.
|
Profile[] |
Component.getProfiles()
An array of profiles associated with the component.
|
| Modifier and Type | Method and Description |
|---|---|
List<Profile> |
Property.findProfiles(String valueName,
List<Profile> filterProfiles)
Find the
Profiles that contain the stated value for this property. |
List<Profile> |
Value.getProfiles() |
| Modifier and Type | Method and Description |
|---|---|
int |
Profile.compareTo(Profile other)
Compares this profile to another using the numeric ProfileId field.
|
| Modifier and Type | Method and Description |
|---|---|
List<Profile> |
Property.findProfiles(String valueName,
List<Profile> filterProfiles)
Find the
Profiles that contain the stated value for this property. |
| Modifier and Type | Class and Description |
|---|---|
class |
Profile
All data is loaded into memory when the entity is constructed.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract Profile |
ProfileFactory.construct(Dataset dataSet,
int index,
BinaryReader reader)
Returns a new Profile object.
|
Profile |
ProfileFactory.create(Dataset dataSet,
int index,
BinaryReader reader)
Creates a new instance of Profile.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ProfileFactory.getLength(Profile entity)
Returns the length of the Profile entity.
|
| Modifier and Type | Method and Description |
|---|---|
protected Profile |
ProfileMemoryFactory.construct(Dataset dataSet,
int index,
BinaryReader reader) |
| Modifier and Type | Method and Description |
|---|---|
protected Profile |
ProfileStreamFactory.construct(Dataset dataSet,
int index,
BinaryReader reader) |
Copyright © 2017 51Degrees. All rights reserved.