object module extends Object
- Annotations
- @native() @JSImport("react-device-detect", JSImport.Namespace)
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- module
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val browserName: String
- val browserVersion: String
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def deviceDetect(): Unit
- val deviceType: String
- val engineName: String
- val engineVersion: String
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val fullBrowserVersion: String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val getUA: String
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val isAndroid: Boolean
- val isBrowser: Boolean
- val isChrome: Boolean
- val isChromium: Boolean
- val isConsole: Boolean
- val isElectron: Boolean
- val isFirefox: Boolean
- val isIE: Boolean
- val isIOS: Boolean
- val isIOS13: Boolean
- val isIPad13: Boolean
- val isIPhone13: Boolean
- val isIPod13: Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val isMobile: Boolean
- val isMobileOnly: Boolean
- val isMobileSafari: Boolean
- val isOpera: Boolean
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val isSafari: Boolean
- val isSmartTV: Boolean
- val isTablet: Boolean
- val isWearable: Boolean
- val isWinPhone: Boolean
- val isYandex: Boolean
- val mobileModel: String
- val mobileVendor: String
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val osName: String
- val osVersion: String
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toLocaleString(): String
- Definition Classes
- Object
- def toString(): String
- Definition Classes
- AnyRef → Any
- def valueOf(): Any
- Definition Classes
- Object
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withOrientationChange(component: ReactComponentType): ReactType