\r\n

51Degrees Device Detection C/C++  4.4

A device detection library that is used natively or by 51Degrees products

fiftyoneDegreesPropertyAvailable Struct Reference

Detailed Description

Used to access the property item quickly without the need to search.

Collaboration diagram for fiftyoneDegreesPropertyAvailable:

[legend]

Data Fields

uint32_t  propertyIndex
Index of the property in the collection of all properties.
fiftyoneDegreesCollectionItem  name
Name of the property from strings.
fiftyoneDegreesEvidenceProperties *  evidenceProperties
Evidence properties which are required by this property.
bool  delayExecution
True if the execution any JavaScript returned as a value of this property should be delayed. More...

Field Documentation

◆ delayExecution

bool fiftyoneDegreesPropertyAvailable::delayExecution

True if the execution any JavaScript returned as a value of this property should be delayed.

False if it should be run immediately. This is always initialized to false, so should be set by the calling function


The documentation for this struct was generated from the following file:
  • /home/runner/work/device-detection-cxx/device-detection-cxx/common/device-detection-cxx/src/common-cxx/properties.h
On This Page