◆ allowUnmatched
| bool fiftyoneDegreesConfigDeviceDetection::allowUnmatched |
True if there should be at least one matched node in order for the results to be considered valid.
By default, this is false
\r\n
51Degrees Device Detection C/C++
4.5
Device detection configuration structure containing device detection specific configuration options, and options that apply to structures and methods in device detection libraries.
| fiftyoneDegreesConfigBase | b
Base structure members.
|
| bool | updateMatchedUserAgent
True if the detection should record the matched characters from the target User-Agent.
|
| size_t | maxMatchedUserAgentLength
Number of characters to consider in the matched User-Agent. More...
|
| bool | allowUnmatched
True if there should be at least one matched node in order for the results to be considered valid. More...
|
| bool | processSpecialEvidence
Some evidence requires additional processing that doesn't need to be checked for if being used in an environment that doesn't generate it. More...
|
| bool fiftyoneDegreesConfigDeviceDetection::allowUnmatched |
True if there should be at least one matched node in order for the results to be considered valid.
By default, this is false
| size_t fiftyoneDegreesConfigDeviceDetection::maxMatchedUserAgentLength |
Number of characters to consider in the matched User-Agent.
Ignored if updateMatchedUserAgent is false.
| bool fiftyoneDegreesConfigDeviceDetection::processSpecialEvidence |
Some evidence requires additional processing that doesn't need to be checked for if being used in an environment that doesn't generate it.
For example; GHEV and SUA query evidence. By default, this is true.