23 #ifndef FIFTYONE_DEGREES_CONFIG_DEVICE_DETECTION_HPP 24 #define FIFTYONE_DEGREES_CONFIG_DEVICE_DETECTION_HPP 27 #include "common-cxx/ConfigBase.hpp" 28 #include "config-dd.h" 34 namespace DeviceDetection {
91 void setUpdateMatchedUserAgent(
bool update);
99 void setMaxMatchedUserAgentLength(
int length);
108 void setAllowUnmatched(
bool allow);
116 bool getUpdateMatchedUserAgent();
124 int getMaxMatchedUserAgentLength();
133 bool getAllowUnmatched();
C++ class wrapper for the fiftyoneDegreesConfigDeviceDetection configuration structure.
Definition: ConfigDeviceDetection.hpp:66
51Degrees base namespace.
Definition: ComponentMetaDataBuilderHash.hpp:34
C++ class wrapper for the fiftyoneDegreesConfigBase configuration structure.
Definition: ConfigBase.hpp:60
Device detection configuration structure containing device detection specific configuration options,...
Definition: config-dd.h:52
Shared classes.
Definition: Collection.hpp:32
fiftyoneDegreesConfigDeviceDetection ConfigDeviceDetection
Synonym for fiftyoneDegreesConfigDeviceDetection type.
Definition: fiftyone.h:49