UIEventType Enum

Definition

An enumeration of event types.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIEventType
type UIEventType = 
Inheritance
UIEventType
Attributes

Fields

Motion 1

A motion event, such as when the user shakes the device.

Presses 3

Indicates that a physical button was pressed.

RemoteControl 2

A remote-control event originating from a headset or external accessory, for the purpose of controlling multimedia.

Touches 0

The event relates to touches to the screen.

Applies to