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" 33 namespace DeviceDetection {
90 void setUpdateMatchedUserAgent(
bool update);
98 void setMaxMatchedUserAgentLength(
int length);
107 void setAllowUnmatched(
bool allow);
115 bool getUpdateMatchedUserAgent();
123 int getMaxMatchedUserAgentLength();
132 bool getAllowUnmatched();
C++ class wrapper for the fiftyoneDegreesConfigDeviceDetection configuration structure.
Definition: ConfigDeviceDetection.hpp:65
51Degrees base namespace.
Definition: ComponentMetaDataBuilderHash.hpp:33
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:31
fiftyoneDegreesConfigDeviceDetection ConfigDeviceDetection
Synonym for fiftyoneDegreesConfigDeviceDetection type.
Definition: fiftyone.h:49