Event.EventSubtype
Specifies the subtype of the event in relation to its general type.
public enum EventSubtype: Int
Inheritance
Int
Enumeration Cases
none
The event has no subtype.
case none
motionShake
The event is related to the user shaking the device.
case motionShake
remoteControlPlay
A remote-control event for playing audio or video.
case remoteControlPlay