| Package | Description |
|---|---|
| fiftyone.mobile.detection |
Contains classes necessary to perform device detection and access device
data.
|
| Modifier and Type | Method and Description |
|---|---|
Match |
Provider.createMatch()
Creates a new match instance to be used for matching.
|
Match |
Provider.match(Map<String,String> headers)
For a given collection of HTTP headers returns a match containing
information about the capabilities of the device and it's components.
|
Match |
Provider.match(Map<String,String> headers,
Match match)
For a given collection of HTTP headers returns a match containing
information about the capabilities of the device and it's components.
|
Match |
Provider.match(String targetUserAgent)
For a given User-Agent returns a match containing information about the
capabilities of the device and it's components.
|
Match |
Provider.match(String targetUserAgent,
Match match)
For a given User-Agent returns a match containing information about the
capabilities of the device and it's components.
|
Match |
Provider.matchForDeviceId(ArrayList<Integer> profileIds)
Returns the result of a match based on the device Id returned from a
previous match operation.
|
Match |
Provider.matchForDeviceId(ArrayList<Integer> profileIds,
Match match)
Returns the result of a match based on the device Id returned from a
previous match operation.
|
Match |
Provider.matchForDeviceId(byte[] deviceIdArray)
Returns the result of a match based on the device Id returned from a
previous match operation.
|
Match |
Provider.matchForDeviceId(byte[] deviceIdArray,
Match match)
Returns the result of a match based on the device Id returned from a
previous match operation.
|
Match |
Provider.matchForDeviceId(String deviceId)
Returns the result of a match based on the device Id returned from a
previous match operation.
|
Match |
Provider.matchForDeviceId(String deviceId,
Match match)
Returns the result of a match based on the device Id returned from a
previous match operation.
|
| Modifier and Type | Method and Description |
|---|---|
Match |
Provider.match(Map<String,String> headers,
Match match)
For a given collection of HTTP headers returns a match containing
information about the capabilities of the device and it's components.
|
Match |
Provider.match(String targetUserAgent,
Match match)
For a given User-Agent returns a match containing information about the
capabilities of the device and it's components.
|
Match |
Provider.matchForDeviceId(ArrayList<Integer> profileIds,
Match match)
Returns the result of a match based on the device Id returned from a
previous match operation.
|
Match |
Provider.matchForDeviceId(byte[] deviceIdArray,
Match match)
Returns the result of a match based on the device Id returned from a
previous match operation.
|
Match |
Provider.matchForDeviceId(String deviceId,
Match match)
Returns the result of a match based on the device Id returned from a
previous match operation.
|
Copyright © 2017 51Degrees. All rights reserved.