[]
The client browser information object
public class VisitorClientBrowserInfo : StringValueExtractor, IStringValueGetter
| Name | Description |
|---|---|
| VisitorClientBrowserInfo() |
| Name | Description |
|---|---|
| AdBlock | Is using AdBlock or not |
| AddBehavior | Is using IndexedDb or not |
| Canvas | Canvas |
| ColorDepth | The color depth of client browser |
| DeviceMemory | The memory counting in GB of client. |
| Fonts | Fonts |
| HardwareConcurrency | A Number indicating the number of logical processor cores. |
| IndexedDb | Is using IndexedDb or not |
| Language | Client Browser language name |
| LocalStorage | Is using LocalStorage or not |
| OpenDatabase | Is using OpenDatabase or not |
| PixelRatio | The screen ratio |
| Platform | The browser platform name |
| Plugins | List of Plugins client is using |
| SessionStorage | Is using SessionStorage or not |
| TouchSupport | TouchSupport |
| WebglVendorAndRenderer | WebglVendorAndRenderer |
| Name | Description |
|---|---|
| GetCombiningStringValue() | GetCombiningStringValue |