Package-level declarations

Types

Link copied to clipboard
open class DeviceMotionEvent(val type: EventType<DeviceMotionEvent>, init: DeviceMotionEventInit = definedExternally) : Event

The DeviceMotionEvent provides web developers with information about the speed of changes for the device's position and orientation. Available only in secure contexts.

Link copied to clipboard

Available only in secure contexts.

Link copied to clipboard
Link copied to clipboard

Available only in secure contexts.

Link copied to clipboard
open class DeviceOrientationEvent(val type: EventType<DeviceOrientationEvent>, init: DeviceOrientationEventInit = definedExternally) : Event

The DeviceOrientationEvent provides web developers with information from the physical orientation of the device running the web page. Available only in secure contexts.

Link copied to clipboard

Properties

Link copied to clipboard