Packages

object module extends Object

Annotations
@native() @JSImport("react-device-detect", JSImport.Namespace)
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. module
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val browserName: String
  6. val browserVersion: String
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. def deviceDetect(): Unit
  9. val deviceType: String
  10. val engineName: String
  11. val engineVersion: String
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. val fullBrowserVersion: String
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. val getUA: String
  17. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. val isAndroid: Boolean
  20. val isBrowser: Boolean
  21. val isChrome: Boolean
  22. val isChromium: Boolean
  23. val isConsole: Boolean
  24. val isElectron: Boolean
  25. val isFirefox: Boolean
  26. val isIE: Boolean
  27. val isIOS: Boolean
  28. val isIOS13: Boolean
  29. val isIPad13: Boolean
  30. val isIPhone13: Boolean
  31. val isIPod13: Boolean
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. val isMobile: Boolean
  34. val isMobileOnly: Boolean
  35. val isMobileSafari: Boolean
  36. val isOpera: Boolean
  37. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  38. val isSafari: Boolean
  39. val isSmartTV: Boolean
  40. val isTablet: Boolean
  41. val isWearable: Boolean
  42. val isWinPhone: Boolean
  43. val isYandex: Boolean
  44. val mobileModel: String
  45. val mobileVendor: String
  46. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  47. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  48. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  49. val osName: String
  50. val osVersion: String
  51. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  52. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  53. def toLocaleString(): String
    Definition Classes
    Object
  54. def toString(): String
    Definition Classes
    AnyRef → Any
  55. def valueOf(): Any
    Definition Classes
    Object
  56. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  57. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  58. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  59. def withOrientationChange(component: ReactComponentType): ReactType

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped