Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FRDevice

Hierarchy

Index

Constructors

constructor

Methods

getBrowserMeta

  • getBrowserMeta(): {}

getBrowserPluginsNames

  • getBrowserPluginsNames(): string

getDeviceName

  • getDeviceName(): string

getDisplayMeta

  • getDisplayMeta(): {}

getHardwareMeta

  • getHardwareMeta(): {}

getIdentifier

  • getIdentifier(): string

getInstalledFonts

  • getInstalledFonts(): string

getLocationCoordinates

  • getLocationCoordinates(): Promise<Geolocation | Record<string, unknown>>

getOSMeta

  • getOSMeta(): {}

getProfile

  • getProfile(__namedParameters: { location: boolean; metadata: boolean }): Promise<DeviceProfileData>

getTimezoneOffset

  • getTimezoneOffset(): number | null

reduceToObject

reduceToString

  • reduceToString(props: string[], src: any): string

Object literals

config

config: object

browserProps

browserProps: string[]

devicePlatforms

devicePlatforms: { ios: string[]; mac: string[]; windows: string[] }

Type declaration

  • ios: string[]
  • mac: string[]
  • windows: string[]

displayProps

displayProps: string[]

fontNames

fontNames: string[]

hardwareProps

hardwareProps: string[]

platformProps

platformProps: string[]