Package-level declarations
Types
The DeviceMotionEvent
interface of the Device Orientation Events provides web developers with information about the speed of changes for the device's position and orientation. Available only in secure contexts.
The DeviceMotionEventAcceleration
interface of the Device Orientation Events provides information about the amount of acceleration the device is experiencing along all three axes. Available only in secure contexts.
A DeviceMotionEventRotationRate
interface of the Device Orientation Events provides information about the rate at which the device is rotating around all three axes. Available only in secure contexts.
The DeviceOrientationEvent
interface of the Device Orientation Events provides web developers with information from the physical orientation of the device running the web page. Available only in secure contexts.