DeviceOrientationEvent
open class DeviceOrientationEvent(val type: EventType<DeviceOrientationEvent>, init: DeviceOrientationEventInit = definedExternally) : Event(source)
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.
Constructors
Link copied to clipboard
constructor(type: EventType<DeviceOrientationEvent>, init: DeviceOrientationEventInit = definedExternally)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard