◆ DeviceDataBase()
fiftyone.devicedetection.shared.DeviceDataBase.DeviceDataBase | ( | Logger | logger, |
FlowData | flowData, | ||
AspectEngine<? extends AspectData, ? extends AspectPropertyMetaData > | engine, | ||
MissingPropertyService | missingPropertyService | ||
) |
Constructor.
- Parameters
-
- logger - used for logging
- flowData - the FlowData instance this element data will be associated with
- engine - the engine which created the instance
- missingPropertyService - service used to determine the reason for a property value being missing
Member Function Documentation
◆ getBackCameraMegaPixels()
AspectPropertyValue<Double> fiftyone.devicedetection.shared.DeviceDataBase.getBackCameraMegaPixels ( ) Indicates the resolution of the device's back camera in megapixels.
For a device that has a rotating camera the same value is returned for front and back megapixels properties.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getBatteryCapacity()
AspectPropertyValue<Integer> fiftyone.devicedetection.shared.DeviceDataBase.getBatteryCapacity ( ) Indicates the capacity of the device's standard battery in mAh.
This property is not applicable for a device that does not have a battery.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getBrowserAudioCodecsDecode()
AspectPropertyValue<List<String> > fiftyone.devicedetection.shared.DeviceDataBase.getBrowserAudioCodecsDecode ( ) Refers to the list of audio codecs in specific formats supported for Decode by the Web Browser.
This list of codecs is supported for playback on a basic browser installation.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getBrowserAudioCodecsEncode()
AspectPropertyValue<List<String> > fiftyone.devicedetection.shared.DeviceDataBase.getBrowserAudioCodecsEncode ( ) Refers to the list of audio codecs in specific formats supported for Encode by the Web Browser.
This list of codecs is supported for capture on a basic browser installation.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getBrowserDiscontinuedMonth()
AspectPropertyValue<String> fiftyone.devicedetection.shared.DeviceDataBase.getBrowserDiscontinuedMonth ( ) The month in which further development of the browser version is stopped by the browser vendor.
This occurs when a new stable version of the browser is released.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getBrowserDiscontinuedYear()
AspectPropertyValue<Integer> fiftyone.devicedetection.shared.DeviceDataBase.getBrowserDiscontinuedYear ( ) The year in which further development of the browser version is stopped by the browser vendor.
This occurs when a new stable version of the browser is released.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getBrowserName()
AspectPropertyValue<String> fiftyone.devicedetection.shared.DeviceDataBase.getBrowserName ( ) Indicates the name of the browser.
Many mobile browsers, by default, come with an operating system (OS). Unless specifically named, these browsers are named after the accompanying OS and/or the layout engine.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getBrowserPreviewMonth()
AspectPropertyValue<String> fiftyone.devicedetection.shared.DeviceDataBase.getBrowserPreviewMonth ( ) The month in which the browser version is originally released as a Beta/Developer version by the browser vendor.
This is before it is officially released as a stable version, to ensure wider testing by the community can take place.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getBrowserPreviewYear()
AspectPropertyValue<Integer> fiftyone.devicedetection.shared.DeviceDataBase.getBrowserPreviewYear ( ) The year in which the browser version is originally released as a Beta/Developer version by the browser vendor.
This is before it is officially released as a stable version, to ensure wider testing by the community can take place.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getBrowserPropertySource()
AspectPropertyValue<String> fiftyone.devicedetection.shared.DeviceDataBase.getBrowserPropertySource ( ) Indicates the source from which browser properties have been validated.
Primary browser data are retrieved from the internal test and populated manually, then they might be validated against an external source such as Caniuse or RingMark.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getBrowserRank()
AspectPropertyValue<Integer> fiftyone.devicedetection.shared.DeviceDataBase.getBrowserRank ( ) A measure of the popularity of this browser version.
All browsers are ordered by the number of events associated with that browser that occurred in the sampling period. The browser with the most events is ranked 1, the second 2 and so on.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getBrowserReleaseMonth()
AspectPropertyValue<String> fiftyone.devicedetection.shared.DeviceDataBase.getBrowserReleaseMonth ( ) The month in which the browser version is officially released to users by the browser vendor.
This version is called the stable version as any bugs or difficulties highlighted in the Beta/Developer Version will have been fixed for this release.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getBrowserReleaseYear()
AspectPropertyValue<Integer> fiftyone.devicedetection.shared.DeviceDataBase.getBrowserReleaseYear ( ) The year in which the browser version is officially released to users by the browser vendor.
This version is called the stable version as any bugs or difficulties highlighted in the Beta/Developer Version will have been fixed for this release.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getBrowserVideoCodecsDecode()
AspectPropertyValue<List<String> > fiftyone.devicedetection.shared.DeviceDataBase.getBrowserVideoCodecsDecode ( ) Refers to the list of video codecs in specific formats supported for Decode by the Web Browser.
This list of codecs is supported for playback on a basic browser installation.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getBrowserVideoCodecsEncode()
AspectPropertyValue<List<String> > fiftyone.devicedetection.shared.DeviceDataBase.getBrowserVideoCodecsEncode ( ) Refers to the list of video codecs in specific formats supported for Encode by the Web Browser.
This list of codecs is supported for capture on a basic browser installation.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getCameraTypes()
AspectPropertyValue<List<String> > fiftyone.devicedetection.shared.DeviceDataBase.getCameraTypes ( ) Indicates the list of camera types the device has.
If the device has a rotating camera, this property refers to both front and back facing cameras.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getCcppAccept()
AspectPropertyValue<List<String> > fiftyone.devicedetection.shared.DeviceDataBase.getCcppAccept ( ) Stands for Composite Capability/Preference Profiles.
Refers to the list of MIME types supported by the operating system. The list does not include MIME types that are only enabled through the use of 3rd party applications.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getContrastRatio()
AspectPropertyValue<String> fiftyone.devicedetection.shared.DeviceDataBase.getContrastRatio ( ) Indicates the contrast ratio of the device.
This property is applicable only for TVs.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getCookiesCapable()
AspectPropertyValue<Boolean> fiftyone.devicedetection.shared.DeviceDataBase.getCookiesCapable ( ) Indicates if the browser supports http Cookies.
However, the user may have disabled Cookies in their own configuration. Where data cannot be validated, it is assumed that the browser supports cookies.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getCPU()
AspectPropertyValue<String> fiftyone.devicedetection.shared.DeviceDataBase.getCPU ( ) Indicates the official name of the CPU within the SoC, e.g.
ARM Cortex A9 or Krait (Qualcomm).
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getCrawlerName()
AspectPropertyValue<String> fiftyone.devicedetection.shared.DeviceDataBase.getCrawlerName ( ) Indicates the crawler name when applicable.
Returns NotCrawler when the device is not a crawler.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getCssFont()
AspectPropertyValue<Boolean> fiftyone.devicedetection.shared.DeviceDataBase.getCssFont ( ) Indicates if the browser supports CSS3 fonts, including non-standard fonts, e.g.
@font-face.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getCssPosition()
AspectPropertyValue<Boolean> fiftyone.devicedetection.shared.DeviceDataBase.getCssPosition ( ) Indicates if the browser supports CSS position, allowing for different box placement algorithms, e.g.
static, relative, absolute, fixed and initial.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getCssTransforms()
AspectPropertyValue<Boolean> fiftyone.devicedetection.shared.DeviceDataBase.getCssTransforms ( ) Indicates if the browser supports 2D transformations in CSS3 including rotating, scaling, etc.
This property includes support for both transform and transform-origin properties.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getDeviceOrientation()
AspectPropertyValue<Boolean> fiftyone.devicedetection.shared.DeviceDataBase.getDeviceOrientation ( ) Indicates if the browser supports DOM events for device orientation, e.g.
'deviceorientation', 'devicemotion' and 'compassneedscalibration'.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getDeviceRAM()
AspectPropertyValue<Integer> fiftyone.devicedetection.shared.DeviceDataBase.getDeviceRAM ( ) Indicates the maximum volatile RAM capacity of the device in megabytes (MB).
Where a device has different RAM capacity options, the largest option available is returned.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getDeviceRAMVariants()
AspectPropertyValue<List<String> > fiftyone.devicedetection.shared.DeviceDataBase.getDeviceRAMVariants ( ) Indicates the volatile RAM capacity options for the device in megabytes (MB).
If no variants are found, then the value returned will be the same as "DeviceRAM".
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getDifference()
AspectPropertyValue<Integer> fiftyone.devicedetection.shared.DeviceDataBase.getDifference ( ) Used when detection method is not Exact or None.
This is an integer value and the larger the value the less confident the detector is in this result.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getDynamicContrastRatio()
AspectPropertyValue<String> fiftyone.devicedetection.shared.DeviceDataBase.getDynamicContrastRatio ( ) Indicates the dynamic contrast ratio of the device's screen.
This property is applicable only for TVs.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getEnergyConsumptionPerYear()
AspectPropertyValue<Integer> fiftyone.devicedetection.shared.DeviceDataBase.getEnergyConsumptionPerYear ( ) Indicates the annual energy consumption of the device per year in kWh.
This property is applicable only for TVs.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getFileSaver()
AspectPropertyValue<Boolean> fiftyone.devicedetection.shared.DeviceDataBase.getFileSaver ( ) Indicates if the browser allows Blobs to be saved to client machines with events to show progress and errors.
The End-User may opt to decline these files.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getFileWriter()
AspectPropertyValue<Boolean> fiftyone.devicedetection.shared.DeviceDataBase.getFileWriter ( ) Indicates if the browser allows files to be saved to client machines with events to show progress and errors.
The End-User may opt to decline these files.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getFormData()
AspectPropertyValue<Boolean> fiftyone.devicedetection.shared.DeviceDataBase.getFormData ( ) Indicates if the browser supports the 'FormData' object.
This property also refers to XMLHttpRequest. If the browser supports 'xhr2', the 'FormData' element will be also supported.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getFrontCameraMegaPixels()
AspectPropertyValue<Double> fiftyone.devicedetection.shared.DeviceDataBase.getFrontCameraMegaPixels ( ) Indicates the resolution of the device's front camera in megapixels.
For a device that has a rotating camera the same value is returned for front and back megapixels' properties.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getGeoLocation()
AspectPropertyValue<Boolean> fiftyone.devicedetection.shared.DeviceDataBase.getGeoLocation ( ) Indicates if the browser supports a feature to acquire the geographical location.
For information on which GeoLoc API the browser supports, refer to another property called JavaScriptPreferredGeoLocApi.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getHardwareAudioCodecsDecode()
AspectPropertyValue<List<String> > fiftyone.devicedetection.shared.DeviceDataBase.getHardwareAudioCodecsDecode ( ) Refers to the list of audio codecs supported for decoding by a Chipset.
An audio codec is a program used to playback digital audio files. The values of this property are the codec's common name.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getHardwareAudioCodecsEncode()
AspectPropertyValue<List<String> > fiftyone.devicedetection.shared.DeviceDataBase.getHardwareAudioCodecsEncode ( ) Refers to the list of audio codecs supported for encoding by a Chipset.
An audio codec is a program used to capture digital audio files. The values of this property are the codec's common name.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getHardwareFamily()
AspectPropertyValue<String> fiftyone.devicedetection.shared.DeviceDataBase.getHardwareFamily ( ) Indicates the name of a group of devices that only differ by model or region but are marketed under the same name, e.g.
Galaxy Tab S 10.5.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getHardwareImages()
AspectPropertyValue<List<String> > fiftyone.devicedetection.shared.DeviceDataBase.getHardwareImages ( ) A list of images associated with the device.
The string contains the caption, followed by the full image URL separated with a tab character.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getHardwareModel()
AspectPropertyValue<String> fiftyone.devicedetection.shared.DeviceDataBase.getHardwareModel ( ) Indicates the model name or number used primarily by the hardware vendor to identify the device, e.g.SM-T805S.
When a model identifier is not available the HardwareName will be used.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getHardwareModelVariants()
AspectPropertyValue<List<String> > fiftyone.devicedetection.shared.DeviceDataBase.getHardwareModelVariants ( ) Indicates all model numbers used by the hardware vendor to identify the device.
This property compliments 'HardwareModel', e.g. Hardware Model Variants A1660 and A1778 correlate to the Hardware Model - iPhone 7.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getHardwareName()
AspectPropertyValue<List<String> > fiftyone.devicedetection.shared.DeviceDataBase.getHardwareName ( ) Indicates the primary marketing name associated with the device, e.g.
Xperia Z5.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getHardwareProfileSource()
AspectPropertyValue<String> fiftyone.devicedetection.shared.DeviceDataBase.getHardwareProfileSource ( ) Indicates the source of the profile's specifications.
This property will return 'Manufacturer' value if the profile data was obtained from the manufacturer of the device or the device itself. This property will return 'Authoritative' value if the profile data was not obtained from the manufacturer or the device itself but other third party sources (this may include retailers, social media, carriers, etc). This property will return 'Legacy' value if the profile data was obtained prior to 51degrees differentiating between Manufacturer and Authoritative. This property will return 'N/A' value if the profile data was not obtained due to unidentifiable User-Agent. The example profiles are: Generic Android Unknown, Unknown Tablet, etc.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getHardwareRank()
AspectPropertyValue<Integer> fiftyone.devicedetection.shared.DeviceDataBase.getHardwareRank ( ) A measure of the popularity of this device model.
All models are ordered by the number of events associated with that model that occurred in the sampling period. The device with the most events is ranked 1, the second 2 and so on.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getHardwareVendor()
AspectPropertyValue<String> fiftyone.devicedetection.shared.DeviceDataBase.getHardwareVendor ( ) Indicates the name of the company that manufactures the device or primarily sells it, e.g.
Samsung.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getHardwareVideoCodecsDecode()
AspectPropertyValue<List<String> > fiftyone.devicedetection.shared.DeviceDataBase.getHardwareVideoCodecsDecode ( ) Refers to the list of video codecs supported for decoding by a Chipset.
An video codec is a program used to playback digital video files. The values of this property are the codec's common name.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getHardwareVideoCodecsEncode()
AspectPropertyValue<List<String> > fiftyone.devicedetection.shared.DeviceDataBase.getHardwareVideoCodecsEncode ( ) Refers to the list of video codecs supported for encoding by a Chipset.
An video codec is a program used to capture digital video files. The values of this property are the codec's common name.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getHasRemovableBattery()
AspectPropertyValue<Boolean> fiftyone.devicedetection.shared.DeviceDataBase.getHasRemovableBattery ( ) Indicates if the device has a removable battery.
This property is not applicable for devices that do not have batteries. Unless otherwise stated this property will return a 'False' value for tablets.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getHasTouchScreen()
AspectPropertyValue<Boolean> fiftyone.devicedetection.shared.DeviceDataBase.getHasTouchScreen ( ) Indicates if the device has a touch screen.
This property will return 'False' for a device that does not have an integrated screen.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getHasTrackPad()
AspectPropertyValue<Boolean> fiftyone.devicedetection.shared.DeviceDataBase.getHasTrackPad ( ) Indicates if the device has a trackpad or trackball.
Examples of devices that support this property are the Nexus One and Blackberry Curve.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getHtmlMediaCapture()
AspectPropertyValue<Boolean> fiftyone.devicedetection.shared.DeviceDataBase.getHtmlMediaCapture ( ) Indicates if the browser is able to use media inputs, e.g.
webcam and microphone, in a script and as an input for forms, e.g. '<input type="file" accept="image/*" id="capture">' would prompt image- capturing software to open.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getInternalStorageVariants()
AspectPropertyValue<List<String> > fiftyone.devicedetection.shared.DeviceDataBase.getInternalStorageVariants ( ) Indicates the internal persistent storage (ROM capacity) options the device can be supplied with in gigabytes (GB), including the device's Operating System and bundled applications.
This could also be referred to as "Electrically Erasable Programmable Read-Only Memory (EEPROM)" or "Non Volatile Random Access Memory (NVRAM)". If no variants are found, then the value returned will be the same as "MaxInternalStorage".
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getIsCrawler()
AspectPropertyValue<Boolean> fiftyone.devicedetection.shared.DeviceDataBase.getIsCrawler ( ) Indicates if the source of the web traffic identifies itself as operating without human interaction for the purpose of monitoring the availability or performance of a web site, retrieving a response for inclusion in a search engine or is requesting structured data such as via an API.
Such sources are often referred to as crawlers, bots, robots, spiders, probes, monitors or HTTP services among other terms. Where the source pretends to be a device operating with human interaction, such as a smartphone or tablet, this property will return, 'False'.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getIsDataMinimising()
AspectPropertyValue<Boolean> fiftyone.devicedetection.shared.DeviceDataBase.getIsDataMinimising ( ) Indicates if the browser may be optimised for low bandwidth.
A true value indicates the browser supports a feature that can improve performance on low bandwidth connections, either via the removal of elements, features, a proxy or other methods.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getIsEmulatingDesktop()
AspectPropertyValue<Boolean> fiftyone.devicedetection.shared.DeviceDataBase.getIsEmulatingDesktop ( ) Indicates if the mobile device accessing a web page emulates a desktop computer.
This property is not applicable for desktops, media hubs, TVs and consoles.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getIsEReader()
AspectPropertyValue<Boolean> fiftyone.devicedetection.shared.DeviceDataBase.getIsEReader ( ) Indicates if the device is primarily advertised as an e-reader.
If the device type is EReader then the device is not classified as a tablet.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getIsHardwareGroup()
AspectPropertyValue<Boolean> fiftyone.devicedetection.shared.DeviceDataBase.getIsHardwareGroup ( ) Indicates a profile which contains more than a single hardware device.
When this is true all returned properties represent the default value or lowest given specification of all grouped devices. E.g. the profile representing unknown Windows 10 tablets will return true. Apple devices detected through JavascriptHardwareProfile that do not uniquely identify a device will also return true, and HardwareModelVariants will return a list of model numbers associated with that device group.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getIsMobile()
AspectPropertyValue<Boolean> fiftyone.devicedetection.shared.DeviceDataBase.getIsMobile ( ) Indicates if the device's primary data connection is wireless and the device is designed to operate mostly by battery power (e.g.
mobile phone, smartphone or tablet). This property does not indicate if the device is a mobile phone or not. Laptops are not classified as mobile devices under this definition and so 'IsMobile' will be 'False'.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getIsScreenFoldable()
AspectPropertyValue<Boolean> fiftyone.devicedetection.shared.DeviceDataBase.getIsScreenFoldable ( ) Indicates whether the device screen is foldable or not.
If the device does not have a screen or the screen is not foldable, 'False' is returned.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getIsSmartWatch()
AspectPropertyValue<Boolean> fiftyone.devicedetection.shared.DeviceDataBase.getIsSmartWatch ( ) Indicates if the device is a web enabled computerised wristwatch with other capabilities beyond timekeeping, such as push notifications.
It runs on a Smart Operating System i.e. Android, WatchOS, Tizen, Ubuntu Touch and is designed to be wearable technology.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getIsTv()
AspectPropertyValue<Boolean> fiftyone.devicedetection.shared.DeviceDataBase.getIsTv ( ) Indicates if the device is a TV running on a smart operating system e.g.
Android.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getIsWebApp()
AspectPropertyValue<Boolean> fiftyone.devicedetection.shared.DeviceDataBase.getIsWebApp ( ) Indicates if a web page is accessed from an application whose main function is not browsing the World Wide Web or managing emails, e.g.
the Facebook App. The application must be downloaded and installed onto the device from an app marketplace such as Apple's App Store or the Google Play Store, or via a third party as an .apk file or similar. This property will return a 'False' value for mobile browsers such as Chrome Mobile or email browsers (such as Hotmail).
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getIterations()
AspectPropertyValue<Integer> fiftyone.devicedetection.shared.DeviceDataBase.getIterations ( ) The number of iterations carried out in order to find a match.
This is the number of nodes in the graph which have been visited.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getJavascriptHardwareProfile()
AspectPropertyValue<JavaScript> fiftyone.devicedetection.shared.DeviceDataBase.getJavascriptHardwareProfile ( ) JavaScript that can override the profile found by the server using information on the client device.
This property is applicable for Apple devices which do not provide information about the model in the User-Agent string.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getJavascriptPreferredGeoLocApi()
AspectPropertyValue<String> fiftyone.devicedetection.shared.DeviceDataBase.getJavascriptPreferredGeoLocApi ( ) Indicates which GeoLoc API JavaScript the browser supports.
If a browser supports a feature to acquire the user's geographical location, another property called 'GeoLocation' will be set to True.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getJavascriptVersion()
AspectPropertyValue<String> fiftyone.devicedetection.shared.DeviceDataBase.getJavascriptVersion ( ) Indicates which JavaScript version the browser uses.
The number refers to JavaScript versioning, not ECMAscript or Jscript. If the browser doesn't support JavaScript then 'NotSupported' value is returned.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getJson()
AspectPropertyValue<Boolean> fiftyone.devicedetection.shared.DeviceDataBase.getJson ( ) Indicates if the browser supports the 'JSON' object.
This property may need a vendor prefix, e.g. webkit, moz, etc.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getMaxInternalStorage()
AspectPropertyValue<Double> fiftyone.devicedetection.shared.DeviceDataBase.getMaxInternalStorage ( ) Indicates the maximum amount of internal persistent storage (ROM capacity) with which the device is supplied in gigabytes (GB), including the space used by the device's Operating System and bundled applications.
This could also be referred to as "Electrically Erasable Programmable Read-Only Memory (EEPROM)" or "Non Volatile Random Access Memory (NVRAM)". Where a device has different internal storage options, the largest option available is returned.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getMaxNumberOfSIMCards()
AspectPropertyValue<Integer> fiftyone.devicedetection.shared.DeviceDataBase.getMaxNumberOfSIMCards ( ) Indicates the maximum number of "Universal Integrated Circuit Cards (UICC - more commonly known as, SIM)" the device can support including both removable and embedded.
If the device doesn't support any UICC then a value of '0' is returned.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getMaxStandbyTime()
AspectPropertyValue<Integer> fiftyone.devicedetection.shared.DeviceDataBase.getMaxStandbyTime ( ) Indicates the maximum standby time of the device in hours.
This property is not applicable for a device without a battery.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getMaxTalkTime()
AspectPropertyValue<Integer> fiftyone.devicedetection.shared.DeviceDataBase.getMaxTalkTime ( ) Indicates the maximum talk time of the device in minutes.
This property is not applicable for a device that does not have a battery or support phone calls.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getMaxUsageTime()
AspectPropertyValue<Integer> fiftyone.devicedetection.shared.DeviceDataBase.getMaxUsageTime ( ) Indicates the maximum general usage time of the device in minutes.
This property is not applicable for a device without a battery.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getMeter()
AspectPropertyValue<Boolean> fiftyone.devicedetection.shared.DeviceDataBase.getMeter ( ) Indicates if the browser supports a meter element that represents a scalar measurement within a known range or fractional value.
This property does not indicate whether the browser supports the progress bar indication. For this purpose, the progress property should be used.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getNativeBrand()
AspectPropertyValue<List<String> > fiftyone.devicedetection.shared.DeviceDataBase.getNativeBrand ( ) Refers to the 'Retail Branding' value returned for Android Google Play native applications, when the android.os.Build.BRAND javascript is used to display the class.
This property is not applicable for hardware running on operating systems other than Android.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getNativeDevice()
AspectPropertyValue<List<String> > fiftyone.devicedetection.shared.DeviceDataBase.getNativeDevice ( ) Refers to the 'Device' value returned for Android Google Play native applications, when the android.os.Build.DEVICE javascript is used to display the class.
This property is not applicable for hardware running on operating systems other than Android.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getNativeModel()
AspectPropertyValue<List<String> > fiftyone.devicedetection.shared.DeviceDataBase.getNativeModel ( ) Refers to the 'Model' value returned for Android Google Play native applications, when the android.os.Build.MODEL javascript is used to display the class.
For Apple devices this property refers to the device identifier which appears in the native application from the developer usage log, for example 'iPad5,4'.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getNativeName()
AspectPropertyValue<List<String> > fiftyone.devicedetection.shared.DeviceDataBase.getNativeName ( ) NativeName Refers to the 'Marketing Name' value that a device is registered with on the Google Play service.
This property is not applicable for hardware running on operating systems other than Android.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getNumberOfScreens()
AspectPropertyValue<Integer> fiftyone.devicedetection.shared.DeviceDataBase.getNumberOfScreens ( ) Indicates the number of screens the device has.
This property is not applicable for a device that does not have a screen.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getOnPowerConsumption()
AspectPropertyValue<Integer> fiftyone.devicedetection.shared.DeviceDataBase.getOnPowerConsumption ( ) Indicates the power consumption of the device while switched on.
This property is applicable only for TVs.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getPixelRatio()
AspectPropertyValue<Double> fiftyone.devicedetection.shared.DeviceDataBase.getPixelRatio ( ) The ratio of the resolution in physical pixels to the resolution in CSS pixels.
This is approximated by screen resolution and screen size when the value is not known.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getPixelRatioJavascript()
AspectPropertyValue<JavaScript> fiftyone.devicedetection.shared.DeviceDataBase.getPixelRatioJavascript ( ) JavaScript that can override the property value found by the server using information on the client device.
This property is applicable for browsers that support pixel ratio cookie.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getPlatformDiscontinuedMonth()
AspectPropertyValue<String> fiftyone.devicedetection.shared.DeviceDataBase.getPlatformDiscontinuedMonth ( ) The month in which further development for the platform version is stopped by the platform vendor.
This occurs when a new stable version of the platform is released.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getPlatformDiscontinuedYear()
AspectPropertyValue<Integer> fiftyone.devicedetection.shared.DeviceDataBase.getPlatformDiscontinuedYear ( ) The year in which further development for the platform version is stopped by the platform vendor.
This occurs when a new stable version of the platform is released.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getPlatformPreviewMonth()
AspectPropertyValue<String> fiftyone.devicedetection.shared.DeviceDataBase.getPlatformPreviewMonth ( ) The month in which the platform version was originally released as a Beta/Developer version by the platform vendor.
This is before it is officially released as a stable version, to ensure wider testing by the community can take place.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getPlatformPreviewYear()
AspectPropertyValue<Integer> fiftyone.devicedetection.shared.DeviceDataBase.getPlatformPreviewYear ( ) The year in which the platform version was originally released as a Beta/Developer version by the platform vendor.
This is before it is officially released as a stable version, to ensure wider testing by the community can take place.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getPlatformRank()
AspectPropertyValue<Integer> fiftyone.devicedetection.shared.DeviceDataBase.getPlatformRank ( ) A measure of the popularity of this software platform (i.e.
OS and version). All platforms are ordered by the number of events associated with that platform that occurred in the sampling period. The platform with the most events is ranked 1, the second 2 and so on.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getPlatformReleaseMonth()
AspectPropertyValue<String> fiftyone.devicedetection.shared.DeviceDataBase.getPlatformReleaseMonth ( ) The month in which the platform version was officially released to users by the platform vendor.
This version is called the stable version as any bugs or difficulties highlighted in the Beta/Developer version will have been fixed for this release.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getPlatformReleaseYear()
AspectPropertyValue<Integer> fiftyone.devicedetection.shared.DeviceDataBase.getPlatformReleaseYear ( ) The year in which the platform version was officially released to users by the platform vendor.
This version is called the stable version as any bugs or difficulties highlighted in the Beta/Developer Version will have been fixed for this release.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getPriceBand()
AspectPropertyValue<String> fiftyone.devicedetection.shared.DeviceDataBase.getPriceBand ( ) Indicates a price range describing the recommended retail price of the device at the date of release, inclusive of tax (where applicable).
Prices are in United States Dollars (USD); if the price is not originally in USD it will be converted to USD using the relevant exchange rate at the time of launch. Prices are for the SIM-free version of the device (if applicable). In cases where there are several versions of the same model of the device, the price will reflect the device that was used to populate the specifications.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getProgress()
AspectPropertyValue<Boolean> fiftyone.devicedetection.shared.DeviceDataBase.getProgress ( ) Indicates if the browser supports progress reports, such as with HTTP requests.
The progress element can be used to display the progress of the task. This property doesn't represent a scalar measurement. If the browser supports a gauge, the meter property should be used.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getPromise()
AspectPropertyValue<String> fiftyone.devicedetection.shared.DeviceDataBase.getPromise ( ) Indicates the level of support for the Promise object.
The Promise object represents the eventual completion (or failure) of an asynchronous operation, and its resulting value.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getRefreshRate()
AspectPropertyValue<Integer> fiftyone.devicedetection.shared.DeviceDataBase.getRefreshRate ( ) Indicates the number of frames per second the television can display in Hertz.
This property is applicable only for TVs.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getScreenInchesDiagonal()
AspectPropertyValue<Double> fiftyone.devicedetection.shared.DeviceDataBase.getScreenInchesDiagonal ( ) Indicates the diagonal size of the device's screen in inches.
This property is not applicable for a device that does not have a screen.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getScreenInchesDiagonalRounded()
AspectPropertyValue<Integer> fiftyone.devicedetection.shared.DeviceDataBase.getScreenInchesDiagonalRounded ( ) Indicates the diagonal size of the device's screen in inches rounded to the nearest whole number.
This property will return the value 'Unknown' for desktop or for devices which do not have an integrated screen.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getScreenInchesHeight()
AspectPropertyValue<Double> fiftyone.devicedetection.shared.DeviceDataBase.getScreenInchesHeight ( ) Refers to the height of the device's screen in inches.
This property will return 'Unknown' for desktops or for devices which do not have an integrated screen.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getScreenInchesSquare()
AspectPropertyValue<Integer> fiftyone.devicedetection.shared.DeviceDataBase.getScreenInchesSquare ( ) Indicates the area of the device's screen in square inches rounded to the nearest whole number.
This property will return the value 'Unknown' for desktop or for devices which do not have an integrated screen.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getScreenInchesWidth()
AspectPropertyValue<Double> fiftyone.devicedetection.shared.DeviceDataBase.getScreenInchesWidth ( ) Refers to the width of the device's screen in inches.
This property will return the value 'Unknown' for desktop or for devices which do not have an integrated screen.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getScreenMMDiagonal()
AspectPropertyValue<Double> fiftyone.devicedetection.shared.DeviceDataBase.getScreenMMDiagonal ( ) Refers to the diagonal size of the screen of the device in millimetres.
This property will return 'Unknown' for desktops or for devices which do not have an integrated screen.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getScreenMMDiagonalRounded()
AspectPropertyValue<Integer> fiftyone.devicedetection.shared.DeviceDataBase.getScreenMMDiagonalRounded ( ) Indicate the diagonal size of the device's screen in millimetres rounded to the nearest whole number.
This property will return the value 'Unknown' for desktop or for devices which do not have an integrated screen.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getScreenMMHeight()
AspectPropertyValue<Double> fiftyone.devicedetection.shared.DeviceDataBase.getScreenMMHeight ( ) Refers to the screen height of the device in millimetres.
This property will return 'Unknown' for desktops or for devices which do not have an integrated screen.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getScreenMMSquare()
AspectPropertyValue<Integer> fiftyone.devicedetection.shared.DeviceDataBase.getScreenMMSquare ( ) Indicates the area of the device's screen in square millimetres rounded to the nearest whole number.
This property will return the value 'Unknown' for desktop or for devices which do not have an integrated screen.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getScreenMMWidth()
AspectPropertyValue<Double> fiftyone.devicedetection.shared.DeviceDataBase.getScreenMMWidth ( ) Refers to the screen width of the device in millimetres.
This property will return 'Unknown' for desktops or for devices which do not have an integrated screen.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getScreenPixelsHeight()
AspectPropertyValue<Integer> fiftyone.devicedetection.shared.DeviceDataBase.getScreenPixelsHeight ( ) Indicates the height of the device's screen in pixels.This property is not applicable for a device that does not have a screen.
For devices such as tablets or TV which are predominantly used in landscape mode, the pixel height will be the smaller value compared to the pixel width.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getScreenPixelsHeightJavaScript()
AspectPropertyValue<JavaScript> fiftyone.devicedetection.shared.DeviceDataBase.getScreenPixelsHeightJavaScript ( ) JavaScript that can override the property value found by the server using information on the client device.
This property is applicable for browsers that support screen pixels height cookie.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getScreenPixelsWidth()
AspectPropertyValue<Integer> fiftyone.devicedetection.shared.DeviceDataBase.getScreenPixelsWidth ( ) Indicates the width of the device's screen in pixels.
This property is not applicable for a device that does not have a screen. For devices such as tablets or TV which are predominantly used in landscape mode, the pixel width will be the larger value compared to the pixel height.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getScreenPixelsWidthJavaScript()
AspectPropertyValue<JavaScript> fiftyone.devicedetection.shared.DeviceDataBase.getScreenPixelsWidthJavaScript ( ) JavaScript that can override the property value found by the server using information on the client device.
This property is applicable for browsers that support screen pixels width cookie.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getScreenType()
AspectPropertyValue<String> fiftyone.devicedetection.shared.DeviceDataBase.getScreenType ( ) Indicates the screen type of the device.
This property is not applicable for a device that does not have an integrated screen, e.g. a media hub. If the device manufacturer or vendor does not specify what the screen type of the device is then it is assumed the device has an LCD screen.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getSecondScreenInchesDiagonal()
AspectPropertyValue<Double> fiftyone.devicedetection.shared.DeviceDataBase.getSecondScreenInchesDiagonal ( ) Indicates the diagonal size of the device's second screen in inches.
This property is not applicable for a device that does not have a second screen.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getSecondScreenInchesDiagonalRounded()
AspectPropertyValue<Integer> fiftyone.devicedetection.shared.DeviceDataBase.getSecondScreenInchesDiagonalRounded ( ) Indicates the diagonal size of the device's second screen in inches rounded to the nearest whole number.
This property will return the value 'N/A' for desktop or for devices which do not have a second screen.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getSecondScreenInchesHeight()
AspectPropertyValue<Double> fiftyone.devicedetection.shared.DeviceDataBase.getSecondScreenInchesHeight ( ) Refers to the height of the device's second screen in inches.
This property will return 'N/A' for desktops or for devices which do not have a second screen.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getSecondScreenInchesSquare()
AspectPropertyValue<Integer> fiftyone.devicedetection.shared.DeviceDataBase.getSecondScreenInchesSquare ( ) Indicates the area of the device's second screen in square inches rounded to the nearest whole number.
This property will return the value 'N/A' for desktop or for devices which do not have a second screen.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getSecondScreenInchesWidth()
AspectPropertyValue<Double> fiftyone.devicedetection.shared.DeviceDataBase.getSecondScreenInchesWidth ( ) Refers to the width of the device's second screen in inches.
This property will return the value 'N/A' for desktop or for devices which do not have a second screen.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getSecondScreenMMDiagonal()
AspectPropertyValue<Double> fiftyone.devicedetection.shared.DeviceDataBase.getSecondScreenMMDiagonal ( ) Refers to the diagonal size of the second screen of the device in millimetres.
This property will return 'N/A' for desktops or for devices which do not have a second screen.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getSecondScreenMMDiagonalRounded()
AspectPropertyValue<Integer> fiftyone.devicedetection.shared.DeviceDataBase.getSecondScreenMMDiagonalRounded ( ) Indicate the diagonal size of the device's second screen in millimetres rounded to the nearest whole number.
This property will return the value 'N/A' for desktop or for devices which do not have a second screen.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getSecondScreenMMHeight()
AspectPropertyValue<Double> fiftyone.devicedetection.shared.DeviceDataBase.getSecondScreenMMHeight ( ) Refers to the second screen height of the device in millimetres.
This property will return 'N/A' for desktops or for devices which do not have a second screen.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getSecondScreenMMSquare()
AspectPropertyValue<Integer> fiftyone.devicedetection.shared.DeviceDataBase.getSecondScreenMMSquare ( ) Indicates the area of the device's second screen in square millimetres rounded to the nearest whole number.
This property will return the value 'N/A' for desktop or for devices which do not have a second screen.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getSecondScreenMMWidth()
AspectPropertyValue<Double> fiftyone.devicedetection.shared.DeviceDataBase.getSecondScreenMMWidth ( ) Refers to the second screen width of the device in millimetres.
This property will return 'N/A' for desktops or for devices which do not have a second screen.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getSecondScreenPixelsHeight()
AspectPropertyValue<Integer> fiftyone.devicedetection.shared.DeviceDataBase.getSecondScreenPixelsHeight ( ) Indicates the height of the device's second screen in pixels.
This property is not applicable for a device that does not have a second screen.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getSecondScreenPixelsWidth()
AspectPropertyValue<Integer> fiftyone.devicedetection.shared.DeviceDataBase.getSecondScreenPixelsWidth ( ) Indicates the width of the device's second screen in pixels.
This property is not applicable for a device that does not have a second screen.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getSetHeaderBrowserAcceptCH()
AspectPropertyValue<String> fiftyone.devicedetection.shared.DeviceDataBase.getSetHeaderBrowserAcceptCH ( ) Client hint that represents the browser's brand.
This property accepts the values SEC-CH-UA,SEC-CH-UA-Full-Version. The default value is Unknown for this property.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getSetHeaderHardwareAcceptCH()
AspectPropertyValue<String> fiftyone.devicedetection.shared.DeviceDataBase.getSetHeaderHardwareAcceptCH ( ) Client hint that represents the hardware's brand.
This property accepts the values SEC-CH-UA-Model,SEC-CH-UA-Mobile,SEC-CH-UA-Arch. The default value is Unknown for this property.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getSetHeaderPlatformAcceptCH()
AspectPropertyValue<String> fiftyone.devicedetection.shared.DeviceDataBase.getSetHeaderPlatformAcceptCH ( ) Client hint that represents the platform's brand.
This property accepts the values SEC-CH-UA-Platform,SEC-CH-UA-Platform-Version. The default value is Unknown for this property.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getSoC()
AspectPropertyValue<String> fiftyone.devicedetection.shared.DeviceDataBase.getSoC ( ) Indicates the primary marketing name of the System on Chip (chipset) which includes the CPU, GPU and modem.
e.g. Snapdragon S4
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getSoCDesigner()
AspectPropertyValue<String> fiftyone.devicedetection.shared.DeviceDataBase.getSoCDesigner ( ) Indicates the Semiconductor Company that designed the System on Chip (chipset) e.g.
Qualcomm, Intel or Mediatek.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getSoCModel()
AspectPropertyValue<String> fiftyone.devicedetection.shared.DeviceDataBase.getSoCModel ( ) Indicates the official model of the System on Chip (chipset) e.g.
MSM8625, MT8312.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getSoftwareAudioCodecsDecode()
AspectPropertyValue<List<String> > fiftyone.devicedetection.shared.DeviceDataBase.getSoftwareAudioCodecsDecode ( ) Refers to the list of audio codecs supported by an operating system.
This list of codecs is supported for playback on a basic software installation. The values of this property are the codec's common name.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getSoftwareAudioCodecsEncode()
AspectPropertyValue<List<String> > fiftyone.devicedetection.shared.DeviceDataBase.getSoftwareAudioCodecsEncode ( ) Refers to the list of audio codecs supported by an operating system.
This list of codecs is supported for capture on a basic software installation. The values of this property are the codec's common name.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getSoftwareVideoCodecsDecode()
AspectPropertyValue<List<String> > fiftyone.devicedetection.shared.DeviceDataBase.getSoftwareVideoCodecsDecode ( ) Refers to the list of video codecs supported by an operating system.
This list of codecs is supported for playback on a basic software installation. The values of this property are the codec's common name.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getSoftwareVideoCodecsEncode()
AspectPropertyValue<List<String> > fiftyone.devicedetection.shared.DeviceDataBase.getSoftwareVideoCodecsEncode ( ) Refers to the list of video codecs supported by an operating system.
This list of codecs is supported for capture on a basic software installation. The values of this property are the codec's common name.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getSpecificAbsorbtionRateEU()
AspectPropertyValue<Double> fiftyone.devicedetection.shared.DeviceDataBase.getSpecificAbsorbtionRateEU ( ) The Specific Absorbtion Rate (SAR) is a measure of the rate at which energy is absorbed by the human body when exposed by a radio frequency electromagnetic field.
This property contains values in Watts per Kilogram (W/kg) in accordance with the European Committee for Electrotechnical Standardization (CENELEC).
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getSpecificAbsorbtionRateUS()
AspectPropertyValue<Double> fiftyone.devicedetection.shared.DeviceDataBase.getSpecificAbsorbtionRateUS ( ) The Specific Absorbtion Rate (SAR) is a measure of the rate at which energy is absorbed by the human body when exposed by a radio frequency electromagnetic field.
This property contains values in Watts per Kilogram (W/kg) in accordance with the Federal Communications Commission (FCC).
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getStreamingAccept()
AspectPropertyValue<List<String> > fiftyone.devicedetection.shared.DeviceDataBase.getStreamingAccept ( ) A list of MIME types the device can stream.
The list does not include MIME types that are only supported through the use of 3rd party applications.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getSuggestedImageButtonHeightMms()
AspectPropertyValue<Double> fiftyone.devicedetection.shared.DeviceDataBase.getSuggestedImageButtonHeightMms ( ) Refers to the suggested optimum height of a button in millimetres.
Ensures the button is touchable on a touch screen and not too large on a non-touch screen. Assumes the actual device DPI (Dots Per Inch) is being used.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getSuggestedImageButtonHeightPixels()
AspectPropertyValue<Double> fiftyone.devicedetection.shared.DeviceDataBase.getSuggestedImageButtonHeightPixels ( ) Refers to the suggested optimum height of a button in millimetres.
Ensures the button is touchable on a touch screen and not too large on a non-touch screen.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getSuggestedLinkSizePixels()
AspectPropertyValue<Double> fiftyone.devicedetection.shared.DeviceDataBase.getSuggestedLinkSizePixels ( ) Refers to the suggested optimum height of a hyperlink in pixels.
Ensures the link is touchable on a touch screen and not too large on a non-touch screen. Assumes the actual device DPI is being used.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getSuggestedLinkSizePoints()
AspectPropertyValue<Double> fiftyone.devicedetection.shared.DeviceDataBase.getSuggestedLinkSizePoints ( ) Refers to the suggested optimum height of a hyperlink in points.
Ensures the link is touchable on a touch screen and not too large on a non-touch screen.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getSupportedBearers()
AspectPropertyValue<List<String> > fiftyone.devicedetection.shared.DeviceDataBase.getSupportedBearers ( ) Indicate the list of wireless data technologies supported by the device, including Bluetooth.
If the device supports phone calls, the SMS value is also returned.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getSupportedChargerTypes()
AspectPropertyValue<List<String> > fiftyone.devicedetection.shared.DeviceDataBase.getSupportedChargerTypes ( ) Indicates the list of charger types supported by the device.
For devices that operate via mains power only, e.g. TVs, MediaHubs (which technically aren't being charged) this property is not applicable.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getSupportedSensorTypes()
AspectPropertyValue<List<String> > fiftyone.devicedetection.shared.DeviceDataBase.getSupportedSensorTypes ( ) Indicates the list of sensors supported by the device.
This property may be not applicable for devices without sensors, such as most feature phones and media hubs.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getSupportedSIMCardTypes()
AspectPropertyValue<List<String> > fiftyone.devicedetection.shared.DeviceDataBase.getSupportedSIMCardTypes ( ) Indicates whether the "Universal Integrated Circuit Card (UICC - more commonly known as, SIM)" is removable or embedded.
If removable, the form factor of the UICC is returned.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getSupports24p()
AspectPropertyValue<Boolean> fiftyone.devicedetection.shared.DeviceDataBase.getSupports24p ( ) Indicates if the device supports 24p; a video format that operates at 24 frames per second.
This property is applicable only for TVs.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getSupportsPhoneCalls()
AspectPropertyValue<Boolean> fiftyone.devicedetection.shared.DeviceDataBase.getSupportsPhoneCalls ( ) Indicates if the device can receive and make telephone calls using available bearers without any additional software such as VoIP.
Devices that support voice calls do not necessarily support phone calls.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getSupportsWiDi()
AspectPropertyValue<Boolean> fiftyone.devicedetection.shared.DeviceDataBase.getSupportsWiDi ( ) Indicates if the device supports Wireless Display Technology.
This property is only applicable for TVs.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getTAC()
AspectPropertyValue<List<String> > fiftyone.devicedetection.shared.DeviceDataBase.getTAC ( ) Indicates the Type Allocation Code (TAC) for devices supporting GSM/3GPP networks which come from multiple sources.
This property will return 'N/A' if we cannot determine the device TAC authenticy.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getTrack()
AspectPropertyValue<Boolean> fiftyone.devicedetection.shared.DeviceDataBase.getTrack ( ) Indicates if the browser supports a method of tracking text being played with media, e.g.
subtitles and captions.
Implements fiftyone.devicedetection.shared.DeviceData.
◆ getXhr2()
AspectPropertyValue<Boolean> fiftyone.devicedetection.shared.DeviceDataBase.getXhr2 ( ) Indicates if the browser supports client-to-server communication with XmlHttpRequests.
If the browser supports 'Xhr2' will also support 'DataForm' element. This property may need a vendor prefix, e.g. webkit, moz, etc.
Implements fiftyone.devicedetection.shared.DeviceData.