\r\n

51Degrees Device Detection Java  4.4

Device detection services for 51Degrees Pipeline

fiftyone.devicedetection.shared.DeviceData Interface Reference

Detailed Description

Interface exposing typed accessors for properties related to a device returned by a device detection engine.

Inheritance diagram for fiftyone.devicedetection.shared.DeviceData:

[legend]

Collaboration diagram for fiftyone.devicedetection.shared.DeviceData:

[legend]

Public Member Functions

AspectPropertyValue< String >  getAjaxRequestType ()
Indicates what ajax request format should be used.
AspectPropertyValue< Boolean >  getAnimationTiming ()
Indicates if the browser supports 'window.requestAnimationFrame()' method.
AspectPropertyValue< Double >  getBackCameraMegaPixels ()
Indicates the resolution of the device's back camera in megapixels. More...
AspectPropertyValue< Integer >  getBatteryCapacity ()
Indicates the capacity of the device's standard battery in mAh. More...
AspectPropertyValue< Integer >  getBitsPerPixel ()
Indicates the number of bits used to describe the colour of each individual pixel, also known as bit depth or colour depth.
AspectPropertyValue< Boolean >  getBlobBuilder ()
Indicates if the browser fully supports BlobBuilder, containing a BlobBuilder interface, a FileSaver interface, a FileWriter interface, and a FileWriterSync interface.
AspectPropertyValue< List< String > >  getBrowserAudioCodecsDecode ()
Refers to the list of audio codecs in specific formats supported for Decode by the Web Browser. More...
AspectPropertyValue< List< String > >  getBrowserAudioCodecsEncode ()
Refers to the list of audio codecs in specific formats supported for Encode by the Web Browser. More...
AspectPropertyValue< Integer >  getBrowserDiscontinuedAge ()
Indicates the age in months of the browser since the BrowserDiscontinuedYear and BrowserDiscontinuedMonth.
AspectPropertyValue< String >  getBrowserDiscontinuedMonth ()
The month in which further development of the browser version is stopped by the browser vendor. More...
AspectPropertyValue< Integer >  getBrowserDiscontinuedYear ()
The year in which further development of the browser version is stopped by the browser vendor. More...
AspectPropertyValue< String >  getBrowserFamily ()
Indicates the name of the browser without the default OS or layout engine.
AspectPropertyValue< String >  getBrowserName ()
Indicates the name of the browser. More...
AspectPropertyValue< Integer >  getBrowserPreviewAge ()
Indicates the age in months of the browser since the BrowserPreviewYear and BrowserPreviewMonth.
AspectPropertyValue< String >  getBrowserPreviewMonth ()
The month in which the browser version is originally released as a Beta/Developer version by the browser vendor. More...
AspectPropertyValue< Integer >  getBrowserPreviewYear ()
The year in which the browser version is originally released as a Beta/Developer version by the browser vendor. More...
AspectPropertyValue< String >  getBrowserPropertySource ()
Indicates the source from which browser properties have been validated. More...
AspectPropertyValue< Integer >  getBrowserRank ()
A measure of the popularity of this browser version. More...
AspectPropertyValue< Integer >  getBrowserReleaseAge ()
Indicates the age in months of the browser since the BrowserReleaseYear and BrowserReleaseMonth.
AspectPropertyValue< String >  getBrowserReleaseMonth ()
The month in which the browser version is officially released to users by the browser vendor. More...
AspectPropertyValue< Integer >  getBrowserReleaseYear ()
The year in which the browser version is officially released to users by the browser vendor. More...
AspectPropertyValue< String >  getBrowserVendor ()
Indicates the name of the company which created the browser.
AspectPropertyValue< String >  getBrowserVersion ()
Indicates the version or subversion of the browser.
AspectPropertyValue< List< String > >  getBrowserVideoCodecsDecode ()
Refers to the list of video codecs in specific formats supported for Decode by the Web Browser. More...
AspectPropertyValue< List< String > >  getBrowserVideoCodecsEncode ()
Refers to the list of video codecs in specific formats supported for Encode by the Web Browser. More...
AspectPropertyValue< List< String > >  getCameraTypes ()
Indicates the list of camera types the device has. More...
AspectPropertyValue< Boolean >  getCanvas ()
Indicates if the browser supports the canvas element, useful for drawing graphics via scripting (usually JavaScript).
AspectPropertyValue< List< String > >  getCcppAccept ()
Stands for Composite Capability/Preference Profiles. More...
AspectPropertyValue< Double >  getCLDC ()
Indicates which version of the Connected Limited Device Configuration the device supports for use with Java ME.
AspectPropertyValue< String >  getContrastRatio ()
Indicates the contrast ratio of the device.
AspectPropertyValue< Boolean >  getCookiesCapable ()
Indicates if the browser supports http Cookies. More...
AspectPropertyValue< String >  getCPU ()
Indicates the official name of the CPU within the SoC, e.g. More...
AspectPropertyValue< Integer >  getCPUCores ()
Indicates the number of physical CPU cores the device has.
AspectPropertyValue< String >  getCPUDesigner ()
Indicates the Semiconductor Company that designed the CPU.
AspectPropertyValue< Double >  getCPUMaximumFrequency ()
Indicates the maximum frequency of the CPU of the device in gigahertz (GHz).
AspectPropertyValue< String >  getCrawlerName ()
Indicates the crawler name when applicable. More...
AspectPropertyValue< Boolean >  getCssBackground ()
Indicates if the browser supports CSS3 background properties (such as background-image, background-color, etc.) that allow styling of the border and the background of an object, and create a shadow effect.
AspectPropertyValue< Boolean >  getCssBorderImage ()
Indicates if the browser supports border images, allowing decoration of the border around an object.
AspectPropertyValue< Boolean >  getCssCanvas ()
Indicates if the browser can draw CSS images into a Canvas.
AspectPropertyValue< Boolean >  getCssColor ()
Indicates if the browser supports CSS3 Color, allowing author control of the foreground colour and opacity of an element.
AspectPropertyValue< Boolean >  getCssColumn ()
Indicates if the browser supports CSS3 columns for setting column- width and column-count.
AspectPropertyValue< Boolean >  getCssFlexbox ()
Indicates if the browser supports flexbox, allowing the automatic reordering of elements on the page when accessed from devices with different screen sizes.
AspectPropertyValue< Boolean >  getCssFont ()
Indicates if the browser supports CSS3 fonts, including non-standard fonts, e.g. More...
AspectPropertyValue< Boolean >  getCssGrid ()
Indicates if the browser supports all CSS grid properties.
AspectPropertyValue< Boolean >  getCssImages ()
Indicates if the browser supports CSS3 images, allowing for fall-back images, gradients and other effects.
AspectPropertyValue< Boolean >  getCssMediaQueries ()
Indicates if the browser supports MediaQueries for dynamic CSS that uses the @media rule.
AspectPropertyValue< Boolean >  getCssMinMax ()
Indicates if the browser supports the CSS 'min-width' and 'max-width' element.
AspectPropertyValue< Boolean >  getCssOverflow ()
Indicates if the browser supports overflowing of clipped blocks.
AspectPropertyValue< Boolean >  getCssPosition ()
Indicates if the browser supports CSS position, allowing for different box placement algorithms, e.g. More...
AspectPropertyValue< Boolean >  getCssText ()
Indicates if the browser supports all CSS3 text features including: text-overflow, word-wrap and word-break.
AspectPropertyValue< Boolean >  getCssTransforms ()
Indicates if the browser supports 2D transformations in CSS3 including rotating, scaling, etc. More...
AspectPropertyValue< Boolean >  getCssTransitions ()
Indicates if the browser supports CSS3 transitions elements, used for animating changes to properties.
AspectPropertyValue< Boolean >  getCssUI ()
Indicates if the browser supports CSS UI stylings, including text-overflow, css3-boxsizing and pointer properties.
AspectPropertyValue< Boolean >  getDataSet ()
Indicates if the browser has the ability to embed custom data attributes on all HTML elements using the 'data-' prefix.
AspectPropertyValue< Boolean >  getDataUrl ()
Indicates if the browser allows encoded data to be contained in a URL.
AspectPropertyValue< List< String > >  getDeviceCertifications ()
Indicates what certifications apply to this device.
AspectPropertyValue< String >  getDeviceId ()
Consists of four components separated by a hyphen symbol: Hardware-Platform-Browser-IsCrawler where each Component represents an ID of the corresponding Profile.
AspectPropertyValue< Boolean >  getDeviceOrientation ()
Indicates if the browser supports DOM events for device orientation, e.g. More...
AspectPropertyValue< Integer >  getDeviceRAM ()
Indicates the maximum volatile RAM capacity of the device in megabytes (MB). More...
AspectPropertyValue< List< String > >  getDeviceRAMVariants ()
Indicates the volatile RAM capacity options for the device in megabytes (MB). More...
AspectPropertyValue< String >  getDeviceType ()
Indicates the type of the device based on values set in other properties, such as IsMobile, IsTablet, IsSmartphone, IsSmallScreen etc.
AspectPropertyValue< Integer >  getDifference ()
Used when detection method is not Exact or None. More...
AspectPropertyValue< Integer >  getDrift ()
Total difference in character positions where the substrings hashes were found away from where they were expected.
AspectPropertyValue< List< String > >  getDurability ()
Indicates the device's Ingress Protection Rating against dust and water (http://en.wikipedia.org/wiki/IP_Code).
AspectPropertyValue< String >  getDynamicContrastRatio ()
Indicates the dynamic contrast ratio of the device's screen.
AspectPropertyValue< Integer >  getEnergyConsumptionPerYear ()
Indicates the annual energy consumption of the device per year in kWh.
AspectPropertyValue< Integer >  getExpansionSlotMaxSize ()
Indicates the maximum amount of memory in gigabytes (GB) the expansion slot of the device can support.
AspectPropertyValue< List< String > >  getExpansionSlotType ()
Indicates the expansion slot type the device can support.
AspectPropertyValue< Boolean >  getFetch ()
Indicates if the browser supports the Fetch API.
AspectPropertyValue< Boolean >  getFileReader ()
Indicates if the browser supports file reading with events to show progress and errors.
AspectPropertyValue< Boolean >  getFileSaver ()
Indicates if the browser allows Blobs to be saved to client machines with events to show progress and errors. More...
AspectPropertyValue< Boolean >  getFileWriter ()
Indicates if the browser allows files to be saved to client machines with events to show progress and errors. More...
AspectPropertyValue< Boolean >  getFormData ()
Indicates if the browser supports the 'FormData' object. More...
AspectPropertyValue< List< String > >  getFrequencyBands ()
Indicates the list of frequency bands supported by the device.
AspectPropertyValue< Double >  getFrontCameraMegaPixels ()
Indicates the resolution of the device's front camera in megapixels. More...
AspectPropertyValue< Boolean >  getFullscreen ()
Indicates if the browser supports requests from a video or canvas element to be displayed in full-screen mode.
AspectPropertyValue< Boolean >  getGeoLocation ()
Indicates if the browser supports a feature to acquire the geographical location. More...
AspectPropertyValue< String >  getGPU ()
Indicates the official name of the graphical chip within the SoC.
AspectPropertyValue< String >  getGPUDesigner ()
Indicates the Semiconductor Company that designed the GPU.
AspectPropertyValue< List< String > >  getHardwareAudioCodecsDecode ()
Refers to the list of audio codecs supported for decoding by a Chipset. More...
AspectPropertyValue< List< String > >  getHardwareAudioCodecsEncode ()
Refers to the list of audio codecs supported for encoding by a Chipset. More...
AspectPropertyValue< String >  getHardwareCarrier ()
Indicates the carrier when the device is sold by the HardwareVendor on a single carrier or as indicated via device User-Agent.
AspectPropertyValue< String >  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. More...
AspectPropertyValue< List< String > >  getHardwareImages ()
A list of images associated with the device. More...
AspectPropertyValue< String >  getHardwareModel ()
Indicates the model name or number used primarily by the hardware vendor to identify the device, e.g.SM-T805S. More...
AspectPropertyValue< List< String > >  getHardwareModelVariants ()
Indicates all model numbers used by the hardware vendor to identify the device. More...
AspectPropertyValue< List< String > >  getHardwareName ()
Indicates the common marketing names associated with the device, e.g. More...
AspectPropertyValue< String >  getHardwareProfileSource ()
Indicates the source of the profile's specifications. More...
AspectPropertyValue< Integer >  getHardwareRank ()
A measure of the popularity of this device model. More...
AspectPropertyValue< String >  getHardwareVendor ()
Indicates the name of the company that manufactures the device or primarily sells it, e.g. More...
AspectPropertyValue< List< String > >  getHardwareVideoCodecsDecode ()
Refers to the list of video codecs supported for decoding by a Chipset. More...
AspectPropertyValue< List< String > >  getHardwareVideoCodecsEncode ()
Refers to the list of video codecs supported for encoding by a Chipset. More...
AspectPropertyValue< Boolean >  getHas3DCamera ()
Indicates if the device has a camera capable of taking 3D images.
AspectPropertyValue< Boolean >  getHas3DScreen ()
Indicates if the device has a screen capable of displaying 3D images.
AspectPropertyValue< Boolean >  getHasCamera ()
Indicates if the device has a camera.
AspectPropertyValue< Boolean >  getHasClickWheel ()
Indicates if the device has a click wheel such as found on Apple iPod devices.
AspectPropertyValue< Boolean >  getHasKeypad ()
Indicates if the device has a physical numeric keypad.
AspectPropertyValue< Boolean >  getHasNFC ()
Indicates if the device has embedded NFC (Near Field Communication) wireless technology.
AspectPropertyValue< Boolean >  getHasQwertyPad ()
Indicates if the device has a physical qwerty keyboard.
AspectPropertyValue< Boolean >  getHasRemovableBattery ()
Indicates if the device has a removable battery. More...
AspectPropertyValue< Boolean >  getHasTouchScreen ()
Indicates if the device has a touch screen. More...
AspectPropertyValue< Boolean >  getHasTrackPad ()
Indicates if the device has a trackpad or trackball. More...
AspectPropertyValue< Boolean >  getHasVirtualQwerty ()
Indicates if the device has a virtual qwerty keyboard capability.
AspectPropertyValue< Boolean >  getHistory ()
Indicates if the browser stores the session history for a web page that contains the URLs visited by the browser's user.
AspectPropertyValue< Boolean >  getHtmlMediaCapture ()
Indicates if the browser is able to use media inputs, e.g. More...
AspectPropertyValue< Boolean >  getHtml5 ()
Indicates if the browser supports the new markup in HTML 5 that also refers to 'New Semantic Elements' such as <header>, <nav>, <section>, <aside>,<footer> etc.
AspectPropertyValue< List< String > >  getHtml5Audio ()
Lists what audio formats, if any, the browser supports using the HTML5 <audio> tag.
AspectPropertyValue< List< String > >  getHtml5Video ()
Lists what video formats, if any, the browser supports using the HTLM5 <video> tag.
AspectPropertyValue< Double >  getHtmlVersion ()
Refers to the latest version of HyperText Markup Language (HTML) supported by the browser.
AspectPropertyValue< Boolean >  getHttp2 ()
Indicates if the browser supports HTTP version 2.
AspectPropertyValue< String >  getHttpLiveStreaming ()
Indicates if the browser supports HTTP Live Streaming, also known as HLS.
AspectPropertyValue< Boolean >  getIframe ()
Indicates if the browser supports the 'Iframe' element, used to embed another document within a current HTML document.
AspectPropertyValue< Boolean >  getIndexedDB ()
Indicates if the browser supports an indexed local database.
AspectPropertyValue< List< String > >  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. More...
AspectPropertyValue< Boolean >  getInVRMode ()
Indicates if a web page is accessed through a VR headset.
AspectPropertyValue< Boolean >  getIsConsole ()
Indicates if the device is primarily a game console, such as an Xbox or Playstation.
AspectPropertyValue< Boolean >  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. More...
AspectPropertyValue< Boolean >  getIsDataMinimising ()
Indicates if the browser may be optimised for low bandwidth. More...
AspectPropertyValue< Boolean >  getIsEmailBrowser ()
Indicates if the application is an email browser (Outlook, Gmail, YahooMail, etc.) that is primarily used to access and manage emails (usually from mobile devices).
AspectPropertyValue< Boolean >  getIsEmulatingDesktop ()
Indicates if the mobile device accessing a web page emulates a desktop computer. More...
AspectPropertyValue< Boolean >  getIsEmulatingDevice ()
Indicates a browser that does not correctly identify the physical hardware device and instead reports an emulated device.
AspectPropertyValue< Boolean >  getIsEReader ()
Indicates if the device is primarily advertised as an e-reader. More...
AspectPropertyValue< Boolean >  getIsHardwareGroup ()
Indicates a profile which contains more than a single hardware device. More...
AspectPropertyValue< Boolean >  getIsMediaHub ()
Indicates if the device is a media hub or set top box that requires an external display(s).
AspectPropertyValue< Boolean >  getIsMobile ()
Indicates if the device's primary data connection is wireless and the device is designed to operate mostly by battery power (e.g. More...
AspectPropertyValue< Boolean >  getIsScreenFoldable ()
Indicates whether the device screen is foldable or not. More...
AspectPropertyValue< Boolean >  getIsSmallScreen ()
Indicates if the device is a mobile with a screen size less than 2.5 inches even where the device is marketed as a Smartphone.
AspectPropertyValue< Boolean >  getIsSmartPhone ()
Indicates whether the device can make and receive phone calls, has a screen size greater than or equal to 2.5 inches, runs a modern operating system (Android, iOS, Windows Phone, BlackBerry etc.), is not designed to be a wearable technology and is marketed by the vendor as a Smartphone.
AspectPropertyValue< Boolean >  getIsSmartWatch ()
Indicates if the device is a web enabled computerised wristwatch with other capabilities beyond timekeeping, such as push notifications. More...
AspectPropertyValue< Boolean >  getIsTablet ()
Indicates if the device is primarily marketed as a tablet or phablet and has a screen size equal to or greater than 7 inches.
AspectPropertyValue< Boolean >  getIsTv ()
Indicates if the device is a TV running on a smart operating system e.g. More...
AspectPropertyValue< Boolean >  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. More...
AspectPropertyValue< Integer >  getIterations ()
The number of iterations carried out in order to find a match. More...
AspectPropertyValue< Boolean >  getJavascript ()
Indicates if the browser supports JavaScript.
AspectPropertyValue< Boolean >  getJavascriptCanManipulateCSS ()
Indicates if the browser supports the JavaScript that can manipulate CSS on the browser's web page.
AspectPropertyValue< Boolean >  getJavascriptCanManipulateDOM ()
Indicates if the browser supports the JavaScript that can manipulate the Document Object Model on the browser's web page.
AspectPropertyValue< Boolean >  getJavascriptGetElementById ()
Indicates if the browser supports JavaScript that is able to access HTML elements from their ID using the getElementById method.
AspectPropertyValue< JavaScript >  getJavascriptGetHighEntropyValues ()
Contains Javascript to get high entropy values.
AspectPropertyValue< JavaScript >  getJavascriptHardwareProfile ()
JavaScript that can override the profile found by the server using information on the client device. More...
AspectPropertyValue< JavaScript >  getJavascriptImageOptimiser ()
Refers to the JavaScript snippet used to optimise images.
AspectPropertyValue< String >  getJavascriptPreferredGeoLocApi ()
Indicates which GeoLoc API JavaScript the browser supports. More...
AspectPropertyValue< Boolean >  getJavascriptSupportsEventListener ()
Indicates if the browser allows registration of event listeners on event targets by using the addEventListener() method.
AspectPropertyValue< Boolean >  getJavascriptSupportsEvents ()
Indicates if the browser supports the JavaScript events 'onload', 'onclick' and 'onselect'.
AspectPropertyValue< Boolean >  getJavascriptSupportsInnerHtml ()
Indicates if the browser supports the JavaScript that is able to insert HTML into a DIV tag.
AspectPropertyValue< String >  getJavascriptVersion ()
Indicates which JavaScript version the browser uses. More...
AspectPropertyValue< Boolean >  getJpeg2000 ()
Indicates the browser supports JPEG 2000 image format.
AspectPropertyValue< String >  getjQueryMobileSupport ()
Refers to the grade of the level the device has with the jQuery Mobile Framework, as posted by jQuery.
AspectPropertyValue< Boolean >  getJson ()
Indicates if the browser supports the 'JSON' object. More...
AspectPropertyValue< String >  getLayoutEngine ()
Refers to the name of the embedded technology the browser uses to display formatted content on the screen.
AspectPropertyValue< Boolean >  getMasking ()
Indicates if the browser supports the CSS-mask element that allows users to alter the visibility of an item by either partially or fully hiding the item.
AspectPropertyValue< Integer >  getMatchedNodes ()
Indicates the number of hash nodes matched within the evidence.
AspectPropertyValue< Double >  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. More...
AspectPropertyValue< Integer >  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. More...
AspectPropertyValue< Integer >  getMaxStandbyTime ()
Indicates the maximum standby time of the device in hours. More...
AspectPropertyValue< Integer >  getMaxTalkTime ()
Indicates the maximum talk time of the device in minutes. More...
AspectPropertyValue< Integer >  getMaxUsageTime ()
Indicates the maximum general usage time of the device in minutes. More...
AspectPropertyValue< Boolean >  getMeter ()
Indicates if the browser supports a meter element that represents a scalar measurement within a known range or fractional value. More...
AspectPropertyValue< String >  getMethod ()
The method used to determine the match result.
AspectPropertyValue< Double >  getMIDP ()
Indicates which version of Mobile Information Device Profile the device supports, used with Java ME and CLDC.
AspectPropertyValue< List< String > >  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. More...
AspectPropertyValue< List< String > >  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. More...
AspectPropertyValue< List< String > >  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. More...
AspectPropertyValue< List< String > >  getNativeName ()
NativeName Refers to the 'Marketing Name' value that a device is registered with on the Google Play service. More...
AspectPropertyValue< String >  getNativePlatform ()
Indicates the name of the mobile operating system (iOS, Android) for which an application program has been developed to be used by a device.
AspectPropertyValue< Integer >  getNumberOfScreens ()
Indicates the number of screens the device has. More...
AspectPropertyValue< String >  getOEM ()
Indicates the name of the company that manufactures the device.
AspectPropertyValue< Integer >  getOnPowerConsumption ()
Indicates the power consumption of the device while switched on.
AspectPropertyValue< Double >  getPixelRatio ()
The ratio of the resolution in physical pixels to the resolution in CSS pixels. More...
AspectPropertyValue< JavaScript >  getPixelRatioJavascript ()
JavaScript that can override the property value found by the server using information on the client device. More...
AspectPropertyValue< Integer >  getPlatformDiscontinuedAge ()
Indicates the age in months of the operating system since the PlatformReleaseYear and PlatformReleaseMonth.
AspectPropertyValue< String >  getPlatformDiscontinuedMonth ()
The month in which further development for the platform version is stopped by the platform vendor. More...
AspectPropertyValue< Integer >  getPlatformDiscontinuedYear ()
The year in which further development for the platform version is stopped by the platform vendor. More...
AspectPropertyValue< String >  getPlatformName ()
Indicates the name of the operating system the device is using.
AspectPropertyValue< Integer >  getPlatformPreviewAge ()
Indicates the age in months of the operating system since the PlatformPreviewYear and PlatformPreviewMonth.
AspectPropertyValue< String >  getPlatformPreviewMonth ()
The month in which the platform version was originally released as a Beta/Developer version by the platform vendor. More...
AspectPropertyValue< Integer >  getPlatformPreviewYear ()
The year in which the platform version was originally released as a Beta/Developer version by the platform vendor. More...
AspectPropertyValue< Integer >  getPlatformRank ()
A measure of the popularity of this software platform (i.e. More...
AspectPropertyValue< Integer >  getPlatformReleaseAge ()
Indicates the age in months of the operating system since the PlatformReleaseYear and PlatformReleaseMonth.
AspectPropertyValue< String >  getPlatformReleaseMonth ()
The month in which the platform version was officially released to users by the platform vendor. More...
AspectPropertyValue< Integer >  getPlatformReleaseYear ()
The year in which the platform version was officially released to users by the platform vendor. More...
AspectPropertyValue< String >  getPlatformVendor ()
Indicates the name of the company that developed the operating system.
AspectPropertyValue< String >  getPlatformVersion ()
Indicates the version or subversion of the software platform.
AspectPropertyValue< Boolean >  getPostMessage ()
Indicates if the browser supports messages between different documents.
AspectPropertyValue< Boolean >  getPreload ()
Indicates if the browser can prefetch resources without executing them.
AspectPropertyValue< String >  getPriceBand ()
Indicates a price range describing the recommended retail price of the device at the date of release, inclusive of tax (where applicable). More...
AspectPropertyValue< Boolean >  getProgress ()
Indicates if the browser supports progress reports, such as with HTTP requests. More...
AspectPropertyValue< String >  getPromise ()
Indicates the level of support for the Promise object. More...
AspectPropertyValue< Boolean >  getPrompts ()
Indicates if the browser supports simple dialogues (window.alert, window.confirm and window.prompt).
AspectPropertyValue< Integer >  getRefreshRate ()
Indicates the number of frames per second the television can display in Hertz.
AspectPropertyValue< Integer >  getReleaseAge ()
Indicates the age in months of the device since the ReleaseYear and ReleaseMonth.
AspectPropertyValue< String >  getReleaseMonth ()
Indicates the month in which the device was released or the month in which the device was first seen by 51Degrees (if the release date cannot be identified).
AspectPropertyValue< Integer >  getReleaseYear ()
Indicates the year in which the device was released or the year in which the device was first seen by 51Degrees (if the release date cannot be identified).
AspectPropertyValue< List< String > >  getSatelliteNavigationTypes ()
Indicates the device's supported satellite navigation types.
AspectPropertyValue< Double >  getScreenInchesDiagonal ()
Indicates the diagonal size of the device's screen in inches, to a maximum of two decimal points. More...
AspectPropertyValue< Integer >  getScreenInchesDiagonalRounded ()
Indicates the diagonal size of the device's screen in inches rounded to the nearest whole number. More...
AspectPropertyValue< Double >  getScreenInchesHeight ()
Refers to the height of the device's screen in inches. More...
AspectPropertyValue< Integer >  getScreenInchesSquare ()
Indicates the area of the device's screen in square inches rounded to the nearest whole number. More...
AspectPropertyValue< Double >  getScreenInchesWidth ()
Refers to the width of the device's screen in inches. More...
AspectPropertyValue< Double >  getScreenMMDiagonal ()
Refers to the diagonal size of the screen of the device in millimetres. More...
AspectPropertyValue< Integer >  getScreenMMDiagonalRounded ()
Indicate the diagonal size of the device's screen in millimetres rounded to the nearest whole number. More...
AspectPropertyValue< Double >  getScreenMMHeight ()
Refers to the screen height of the device in millimetres. More...
AspectPropertyValue< Integer >  getScreenMMSquare ()
Indicates the area of the device's screen in square millimetres rounded to the nearest whole number. More...
AspectPropertyValue< Double >  getScreenMMWidth ()
Refers to the screen width of the device in millimetres. More...
AspectPropertyValue< Integer >  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. More...
AspectPropertyValue< JavaScript >  getScreenPixelsHeightJavaScript ()
JavaScript that can override the property value found by the server using information on the client device. More...
AspectPropertyValue< Integer >  getScreenPixelsWidth ()
Indicates the width of the device's screen in pixels. More...
AspectPropertyValue< JavaScript >  getScreenPixelsWidthJavaScript ()
JavaScript that can override the property value found by the server using information on the client device. More...
AspectPropertyValue< String >  getScreenType ()
Indicates the screen type of the device. More...
AspectPropertyValue< Double >  getSecondBackCameraMegaPixels ()
Indicates the resolution of the device's second back camera in megapixels.
AspectPropertyValue< Double >  getSecondFrontCameraMegaPixels ()
Indicates the resolution of the device's second front camera in megapixels.
AspectPropertyValue< Double >  getSecondScreenInchesDiagonal ()
Indicates the diagonal size of the device's second screen in inches. More...
AspectPropertyValue< Integer >  getSecondScreenInchesDiagonalRounded ()
Indicates the diagonal size of the device's second screen in inches rounded to the nearest whole number. More...
AspectPropertyValue< Double >  getSecondScreenInchesHeight ()
Refers to the height of the device's second screen in inches. More...
AspectPropertyValue< Integer >  getSecondScreenInchesSquare ()
Indicates the area of the device's second screen in square inches rounded to the nearest whole number. More...
AspectPropertyValue< Double >  getSecondScreenInchesWidth ()
Refers to the width of the device's second screen in inches. More...
AspectPropertyValue< Double >  getSecondScreenMMDiagonal ()
Refers to the diagonal size of the second screen of the device in millimetres. More...
AspectPropertyValue< Integer >  getSecondScreenMMDiagonalRounded ()
Indicate the diagonal size of the device's second screen in millimetres rounded to the nearest whole number. More...
AspectPropertyValue< Double >  getSecondScreenMMHeight ()
Refers to the second screen height of the device in millimetres. More...
AspectPropertyValue< Integer >  getSecondScreenMMSquare ()
Indicates the area of the device's second screen in square millimetres rounded to the nearest whole number. More...
AspectPropertyValue< Double >  getSecondScreenMMWidth ()
Refers to the second screen width of the device in millimetres. More...
AspectPropertyValue< Integer >  getSecondScreenPixelsHeight ()
Indicates the height of the device's second screen in pixels. More...
AspectPropertyValue< Integer >  getSecondScreenPixelsWidth ()
Indicates the width of the device's second screen in pixels. More...
AspectPropertyValue< Boolean >  getSelector ()
Indicates if the browser supports the querySelector() method that returns the first element matching a specified CSS selector(s) in the document.
AspectPropertyValue< String >  getSetHeaderBrowserAcceptCH ()
Contains the Accept-CH HTTP header values to add to the HTTP response for the browser component. More...
AspectPropertyValue< String >  getSetHeaderHardwareAcceptCH ()
Contains the Accept-CH HTTP header values to add to the HTTP response for the hardware component. More...
AspectPropertyValue< String >  getSetHeaderPlatformAcceptCH ()
Contains the Accept-CH HTTP header values to add to the HTTP response for the platform component. More...
AspectPropertyValue< String >  getSoC ()
Indicates the primary marketing name of the System on Chip (chipset) which includes the CPU, GPU and modem. More...
AspectPropertyValue< String >  getSoCDesigner ()
Indicates the Semiconductor Company that designed the System on Chip (chipset) e.g. More...
AspectPropertyValue< String >  getSoCModel ()
Indicates the official model of the System on Chip (chipset) e.g. More...
AspectPropertyValue< List< String > >  getSoftwareAudioCodecsDecode ()
Refers to the list of audio codecs supported by an operating system. More...
AspectPropertyValue< List< String > >  getSoftwareAudioCodecsEncode ()
Refers to the list of audio codecs supported by an operating system. More...
AspectPropertyValue< List< String > >  getSoftwareVideoCodecsDecode ()
Refers to the list of video codecs supported by an operating system. More...
AspectPropertyValue< List< String > >  getSoftwareVideoCodecsEncode ()
Refers to the list of video codecs supported by an operating system. More...
AspectPropertyValue< Double >  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. More...
AspectPropertyValue< Double >  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. More...
AspectPropertyValue< List< String > >  getStreamingAccept ()
A list of MIME types the device can stream. More...
AspectPropertyValue< Double >  getSuggestedImageButtonHeightMms ()
Refers to the suggested optimum height of a button in millimetres. More...
AspectPropertyValue< Double >  getSuggestedImageButtonHeightPixels ()
Refers to the suggested optimum height of a button in millimetres. More...
AspectPropertyValue< Double >  getSuggestedLinkSizePixels ()
Refers to the suggested optimum height of a hyperlink in pixels. More...
AspectPropertyValue< Double >  getSuggestedLinkSizePoints ()
Refers to the suggested optimum height of a hyperlink in points. More...
AspectPropertyValue< List< String > >  getSupportedBearers ()
Indicates the list of wireless data technologies supported by the device, including Bluetooth and Wi-Fi. More...
AspectPropertyValue< String >  getSupportedBluetoothVersion ()
Indicates the highest version of Bluetooth the device supports.
AspectPropertyValue< List< String > >  getSupportedCameraFeatures ()
Indicates the list of features the device's camera supports.
AspectPropertyValue< List< String > >  getSupportedChargerTypes ()
Indicates the list of charger types supported by the device. More...
AspectPropertyValue< List< String > >  getSupportedIO ()
Indicates the list of input and output communications the device can support, for example 3.5mm audio jack, micro-USB etc.
AspectPropertyValue< List< String > >  getSupportedSensorTypes ()
Indicates the list of sensors supported by the device. More...
AspectPropertyValue< List< String > >  getSupportedSIMCardTypes ()
Indicates whether the "Universal Integrated Circuit Card (UICC - more commonly known as, SIM)" is removable or embedded. More...
AspectPropertyValue< Boolean >  getSupports24p ()
Indicates if the device supports 24p; a video format that operates at 24 frames per second.
AspectPropertyValue< Boolean >  getSupportsPhoneCalls ()
Indicates if the device can receive and make telephone calls using available bearers without any additional software such as VoIP. More...
AspectPropertyValue< Boolean >  getSupportsTlsSsl ()
Indicates if the browser supports TLS or SSL, essential for secure protocols such as HTTPS.
AspectPropertyValue< Boolean >  getSupportsWebGL ()
Indicates if the browser supports WebGL technology to generate hardware-accelerated 3D graphics.
AspectPropertyValue< Boolean >  getSupportsWiDi ()
Indicates if the device supports Wireless Display Technology.
AspectPropertyValue< Boolean >  getSvg ()
Indicates if the browser supports SVG (scalable vector graphics), useful for 2D animations and applications where all objects within the SVG can be accessed via the DOM and can have assigned event listener elements.
AspectPropertyValue< List< String > >  getTAC ()
Indicates the Type Allocation Code (TAC) for devices supporting GSM/3GPP networks which come from multiple sources. More...
AspectPropertyValue< Boolean >  getTouchEvents ()
Indicates if the browser supports the method of registering and interpreting finder (or stylus) activity on touch screens or trackpads.
AspectPropertyValue< Boolean >  getTrack ()
Indicates if the browser supports a method of tracking text being played with media, e.g. More...
AspectPropertyValue< List< String > >  getUserAgents ()
The matched User-Agents.
AspectPropertyValue< Boolean >  getVideo ()
Indicates if the browser supports the 'Video' element for playing videos on web pages without requiring a plug-in.
AspectPropertyValue< Boolean >  getViewport ()
Indicates if the browser supports Viewport, to give control over view for different screen sizes and resolutions of devices accessing a website.
AspectPropertyValue< Boolean >  getWebP ()
Indicates if the browser supports the WebP image format.
AspectPropertyValue< Boolean >  getWebWorkers ()
Indicates if the browser supports background workers in JavaScript.
AspectPropertyValue< Double >  getWeightWithBattery ()
Indicates the weight of the device with battery in grams.
AspectPropertyValue< Double >  getWeightWithoutBattery ()
Indicates the weight of the device without battery in grams.
AspectPropertyValue< Boolean >  getXhr2 ()
Indicates if the browser supports client-to-server communication with XmlHttpRequests. More...

Member Function Documentation

◆ getBackCameraMegaPixels()

AspectPropertyValue<Double> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getBatteryCapacity()

AspectPropertyValue<Integer> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getBrowserAudioCodecsDecode()

AspectPropertyValue<List<String> > fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getBrowserAudioCodecsEncode()

AspectPropertyValue<List<String> > fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getBrowserDiscontinuedMonth()

AspectPropertyValue<String> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getBrowserDiscontinuedYear()

AspectPropertyValue<Integer> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getBrowserName()

AspectPropertyValue<String> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getBrowserPreviewMonth()

AspectPropertyValue<String> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getBrowserPreviewYear()

AspectPropertyValue<Integer> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getBrowserPropertySource()

AspectPropertyValue<String> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getBrowserRank()

AspectPropertyValue<Integer> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getBrowserReleaseMonth()

AspectPropertyValue<String> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getBrowserReleaseYear()

AspectPropertyValue<Integer> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getBrowserVideoCodecsDecode()

AspectPropertyValue<List<String> > fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getBrowserVideoCodecsEncode()

AspectPropertyValue<List<String> > fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getCameraTypes()

AspectPropertyValue<List<String> > fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getCcppAccept()

AspectPropertyValue<List<String> > fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getCookiesCapable()

AspectPropertyValue<Boolean> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getCPU()

AspectPropertyValue<String> fiftyone.devicedetection.shared.DeviceData.getCPU ( )

Indicates the official name of the CPU within the SoC, e.g.

ARM Cortex A9 or Krait (Qualcomm).

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getCrawlerName()

AspectPropertyValue<String> fiftyone.devicedetection.shared.DeviceData.getCrawlerName ( )

Indicates the crawler name when applicable.

Returns NotCrawler when the device is not a crawler.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getCssFont()

AspectPropertyValue<Boolean> fiftyone.devicedetection.shared.DeviceData.getCssFont ( )

Indicates if the browser supports CSS3 fonts, including non-standard fonts, e.g.

@font-face.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getCssPosition()

AspectPropertyValue<Boolean> fiftyone.devicedetection.shared.DeviceData.getCssPosition ( )

Indicates if the browser supports CSS position, allowing for different box placement algorithms, e.g.

static, relative, absolute, fixed and initial.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getCssTransforms()

AspectPropertyValue<Boolean> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getDeviceOrientation()

AspectPropertyValue<Boolean> fiftyone.devicedetection.shared.DeviceData.getDeviceOrientation ( )

Indicates if the browser supports DOM events for device orientation, e.g.

'deviceorientation', 'devicemotion' and 'compassneedscalibration'.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getDeviceRAM()

AspectPropertyValue<Integer> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getDeviceRAMVariants()

AspectPropertyValue<List<String> > fiftyone.devicedetection.shared.DeviceData.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".

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getDifference()

AspectPropertyValue<Integer> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getFileSaver()

AspectPropertyValue<Boolean> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getFileWriter()

AspectPropertyValue<Boolean> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getFormData()

AspectPropertyValue<Boolean> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getFrontCameraMegaPixels()

AspectPropertyValue<Double> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getGeoLocation()

AspectPropertyValue<Boolean> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getHardwareAudioCodecsDecode()

AspectPropertyValue<List<String> > fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getHardwareAudioCodecsEncode()

AspectPropertyValue<List<String> > fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getHardwareFamily()

AspectPropertyValue<String> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getHardwareImages()

AspectPropertyValue<List<String> > fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getHardwareModel()

AspectPropertyValue<String> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getHardwareModelVariants()

AspectPropertyValue<List<String> > fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getHardwareName()

AspectPropertyValue<List<String> > fiftyone.devicedetection.shared.DeviceData.getHardwareName ( )

Indicates the common marketing names associated with the device, e.g.

Xperia Z5.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getHardwareProfileSource()

AspectPropertyValue<String> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getHardwareRank()

AspectPropertyValue<Integer> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getHardwareVendor()

AspectPropertyValue<String> fiftyone.devicedetection.shared.DeviceData.getHardwareVendor ( )

Indicates the name of the company that manufactures the device or primarily sells it, e.g.

Samsung.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getHardwareVideoCodecsDecode()

AspectPropertyValue<List<String> > fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getHardwareVideoCodecsEncode()

AspectPropertyValue<List<String> > fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getHasRemovableBattery()

AspectPropertyValue<Boolean> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getHasTouchScreen()

AspectPropertyValue<Boolean> fiftyone.devicedetection.shared.DeviceData.getHasTouchScreen ( )

Indicates if the device has a touch screen.

This property will return 'False' for a device that does not have an integrated screen.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getHasTrackPad()

AspectPropertyValue<Boolean> fiftyone.devicedetection.shared.DeviceData.getHasTrackPad ( )

Indicates if the device has a trackpad or trackball.

Examples of devices that support this property are the Nexus One and Blackberry Curve.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getHtmlMediaCapture()

AspectPropertyValue<Boolean> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getInternalStorageVariants()

AspectPropertyValue<List<String> > fiftyone.devicedetection.shared.DeviceData.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".

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getIsCrawler()

AspectPropertyValue<Boolean> fiftyone.devicedetection.shared.DeviceData.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'.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getIsDataMinimising()

AspectPropertyValue<Boolean> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getIsEmulatingDesktop()

AspectPropertyValue<Boolean> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getIsEReader()

AspectPropertyValue<Boolean> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getIsHardwareGroup()

AspectPropertyValue<Boolean> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getIsMobile()

AspectPropertyValue<Boolean> fiftyone.devicedetection.shared.DeviceData.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'.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getIsScreenFoldable()

AspectPropertyValue<Boolean> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getIsSmartWatch()

AspectPropertyValue<Boolean> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getIsWebApp()

AspectPropertyValue<Boolean> fiftyone.devicedetection.shared.DeviceData.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).

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getIterations()

AspectPropertyValue<Integer> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getJavascriptHardwareProfile()

AspectPropertyValue<JavaScript> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getJavascriptPreferredGeoLocApi()

AspectPropertyValue<String> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getJavascriptVersion()

AspectPropertyValue<String> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getJson()

AspectPropertyValue<Boolean> fiftyone.devicedetection.shared.DeviceData.getJson ( )

Indicates if the browser supports the 'JSON' object.

This property may need a vendor prefix, e.g. webkit, moz, etc.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getMaxInternalStorage()

AspectPropertyValue<Double> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getMaxNumberOfSIMCards()

AspectPropertyValue<Integer> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getMaxStandbyTime()

AspectPropertyValue<Integer> fiftyone.devicedetection.shared.DeviceData.getMaxStandbyTime ( )

Indicates the maximum standby time of the device in hours.

This property is not applicable for a device without a battery.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getMaxTalkTime()

AspectPropertyValue<Integer> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getMaxUsageTime()

AspectPropertyValue<Integer> fiftyone.devicedetection.shared.DeviceData.getMaxUsageTime ( )

Indicates the maximum general usage time of the device in minutes.

This property is not applicable for a device without a battery.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getMeter()

AspectPropertyValue<Boolean> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getNativeBrand()

AspectPropertyValue<List<String> > fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getNativeDevice()

AspectPropertyValue<List<String> > fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getNativeModel()

AspectPropertyValue<List<String> > fiftyone.devicedetection.shared.DeviceData.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'.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getNativeName()

AspectPropertyValue<List<String> > fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getNumberOfScreens()

AspectPropertyValue<Integer> fiftyone.devicedetection.shared.DeviceData.getNumberOfScreens ( )

Indicates the number of screens the device has.

This property is not applicable for a device that does not have a screen.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getPixelRatio()

AspectPropertyValue<Double> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getPixelRatioJavascript()

AspectPropertyValue<JavaScript> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getPlatformDiscontinuedMonth()

AspectPropertyValue<String> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getPlatformDiscontinuedYear()

AspectPropertyValue<Integer> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getPlatformPreviewMonth()

AspectPropertyValue<String> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getPlatformPreviewYear()

AspectPropertyValue<Integer> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getPlatformRank()

AspectPropertyValue<Integer> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getPlatformReleaseMonth()

AspectPropertyValue<String> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getPlatformReleaseYear()

AspectPropertyValue<Integer> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getPriceBand()

AspectPropertyValue<String> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getProgress()

AspectPropertyValue<Boolean> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getPromise()

AspectPropertyValue<String> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getScreenInchesDiagonal()

AspectPropertyValue<Double> fiftyone.devicedetection.shared.DeviceData.getScreenInchesDiagonal ( )

Indicates the diagonal size of the device's screen in inches, to a maximum of two decimal points.

Where screens have curved corners, the actual viewable area may be less.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getScreenInchesDiagonalRounded()

AspectPropertyValue<Integer> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getScreenInchesHeight()

AspectPropertyValue<Double> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getScreenInchesSquare()

AspectPropertyValue<Integer> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getScreenInchesWidth()

AspectPropertyValue<Double> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getScreenMMDiagonal()

AspectPropertyValue<Double> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getScreenMMDiagonalRounded()

AspectPropertyValue<Integer> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getScreenMMHeight()

AspectPropertyValue<Double> fiftyone.devicedetection.shared.DeviceData.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. For devices such as tablets or TV which are predominantly used in landscape mode, the screen height will be the smaller value compared to the screen width.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getScreenMMSquare()

AspectPropertyValue<Integer> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getScreenMMWidth()

AspectPropertyValue<Double> fiftyone.devicedetection.shared.DeviceData.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. For devices such as tablets or TV which are predominantly used in landscape mode, the screen height will be the smaller value compared to the screen width.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getScreenPixelsHeight()

AspectPropertyValue<Integer> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getScreenPixelsHeightJavaScript()

AspectPropertyValue<JavaScript> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getScreenPixelsWidth()

AspectPropertyValue<Integer> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getScreenPixelsWidthJavaScript()

AspectPropertyValue<JavaScript> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getScreenType()

AspectPropertyValue<String> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getSecondScreenInchesDiagonal()

AspectPropertyValue<Double> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getSecondScreenInchesDiagonalRounded()

AspectPropertyValue<Integer> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getSecondScreenInchesHeight()

AspectPropertyValue<Double> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getSecondScreenInchesSquare()

AspectPropertyValue<Integer> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getSecondScreenInchesWidth()

AspectPropertyValue<Double> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getSecondScreenMMDiagonal()

AspectPropertyValue<Double> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getSecondScreenMMDiagonalRounded()

AspectPropertyValue<Integer> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getSecondScreenMMHeight()

AspectPropertyValue<Double> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getSecondScreenMMSquare()

AspectPropertyValue<Integer> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getSecondScreenMMWidth()

AspectPropertyValue<Double> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getSecondScreenPixelsHeight()

AspectPropertyValue<Integer> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getSecondScreenPixelsWidth()

AspectPropertyValue<Integer> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getSetHeaderBrowserAcceptCH()

AspectPropertyValue<String> fiftyone.devicedetection.shared.DeviceData.getSetHeaderBrowserAcceptCH ( )

Contains the Accept-CH HTTP header values to add to the HTTP response for the browser component.

UACH values Sec-CH-UA, and Sec-CH-UA-Full-Version are relevant. The default value is Unknown if the browser does not fully support UACH.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getSetHeaderHardwareAcceptCH()

AspectPropertyValue<String> fiftyone.devicedetection.shared.DeviceData.getSetHeaderHardwareAcceptCH ( )

Contains the Accept-CH HTTP header values to add to the HTTP response for the hardware component.

UACH values Sec-CH-UA-Model, and Sec-CH-UA-Mobile are relevant. The default value is Unknown if the browser does not fully support UACH.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getSetHeaderPlatformAcceptCH()

AspectPropertyValue<String> fiftyone.devicedetection.shared.DeviceData.getSetHeaderPlatformAcceptCH ( )

Contains the Accept-CH HTTP header values to add to the HTTP response for the platform component.

UACH values Sec-CH-UA-Platform, and Sec-CH-UA-Platform-Version are relevant. The default value is Unknown if the browser does not fully support UACH.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getSoC()

AspectPropertyValue<String> fiftyone.devicedetection.shared.DeviceData.getSoC ( )

Indicates the primary marketing name of the System on Chip (chipset) which includes the CPU, GPU and modem.

e.g. Snapdragon S4

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getSoCDesigner()

AspectPropertyValue<String> fiftyone.devicedetection.shared.DeviceData.getSoCDesigner ( )

Indicates the Semiconductor Company that designed the System on Chip (chipset) e.g.

Qualcomm, Intel or Mediatek.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getSoftwareAudioCodecsDecode()

AspectPropertyValue<List<String> > fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getSoftwareAudioCodecsEncode()

AspectPropertyValue<List<String> > fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getSoftwareVideoCodecsDecode()

AspectPropertyValue<List<String> > fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getSoftwareVideoCodecsEncode()

AspectPropertyValue<List<String> > fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getSpecificAbsorbtionRateEU()

AspectPropertyValue<Double> fiftyone.devicedetection.shared.DeviceData.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).

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getSpecificAbsorbtionRateUS()

AspectPropertyValue<Double> fiftyone.devicedetection.shared.DeviceData.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).

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getStreamingAccept()

AspectPropertyValue<List<String> > fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getSuggestedImageButtonHeightMms()

AspectPropertyValue<Double> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getSuggestedImageButtonHeightPixels()

AspectPropertyValue<Double> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getSuggestedLinkSizePixels()

AspectPropertyValue<Double> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getSuggestedLinkSizePoints()

AspectPropertyValue<Double> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getSupportedBearers()

AspectPropertyValue<List<String> > fiftyone.devicedetection.shared.DeviceData.getSupportedBearers ( )

Indicates the list of wireless data technologies supported by the device, including Bluetooth and Wi-Fi.

For example, 4G cellular network technologies includes 'LTE' (Long Term Evolution), and 5G technologies includes 'NR' (New Radio). If the device supports phone calls, the SMS value is also returned.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getSupportedChargerTypes()

AspectPropertyValue<List<String> > fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getSupportedSensorTypes()

AspectPropertyValue<List<String> > fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getSupportedSIMCardTypes()

AspectPropertyValue<List<String> > fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getSupportsPhoneCalls()

AspectPropertyValue<Boolean> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getTAC()

AspectPropertyValue<List<String> > fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getTrack()

AspectPropertyValue<Boolean> fiftyone.devicedetection.shared.DeviceData.getTrack ( )

Indicates if the browser supports a method of tracking text being played with media, e.g.

subtitles and captions.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.

◆ getXhr2()

AspectPropertyValue<Boolean> fiftyone.devicedetection.shared.DeviceData.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.

Implemented in fiftyone.devicedetection.shared.DeviceDataBase.