Enumeration: UIEventSubtype

Overview

Specifies the subtype of the event in relation to its general type.

Constant Summary

UIEventSubtypeNone

The event has no subtype. this is the subtype for events of the uieventtypetouches general type. available in ios 3.0 and later.declared in uievent.h.

UIEventSubtypeMotionShake

The event is related to the user shaking the device. it is a subtype for the uieventtypemotion general event type.available in ios 3.0.declared in uievent.h.

UIEventSubtypeRemoteControlPlay

A remote-control event for playing audio or video. it is a subtype of the uieventtyperemotecontrol general event type.available in ios 4.0.declared in uievent.h.

UIEventSubtypeRemoteControlPause

A remote-control event for pausing audio or video. it is a subtype of the uieventtyperemotecontrol general event type.available in ios 4.0.declared in uievent.h.

UIEventSubtypeRemoteControlStop

A remote-control event for stopping audio or video from playing. it is a subtype of the uieventtyperemotecontrol general event type.available in ios 4.0.declared in uievent.h.

UIEventSubtypeRemoteControlTogglePlayPause

A remote-control event for toggling audio or video between play and pause. it is a subtype of the uieventtyperemotecontrol general event type.available in ios 4.0.declared in uievent.h.

UIEventSubtypeRemoteControlNextTrack

A remote-control event for skipping to the next audio or video track. it is a subtype of the uieventtyperemotecontrol general event type.available in ios 4.0.declared in uievent.h.

UIEventSubtypeRemoteControlPreviousTrack

A remote-control event for skipping to the previous audio or video track. it is a subtype of the uieventtyperemotecontrol general event type.available in ios 4.0.declared in uievent.h.

UIEventSubtypeRemoteControlBeginSeekingBackward

A remote-control event to start seeking backward through the audio or video medium. it is a subtype of the uieventtyperemotecontrol general event type.available in ios 4.0.declared in uievent.h.

UIEventSubtypeRemoteControlEndSeekingBackward

A remote-control event to end seeking backward through the audio or video medium. it is a subtype of the uieventtyperemotecontrol general event type.available in ios 4.0.declared in uievent.h.

UIEventSubtypeRemoteControlBeginSeekingForward

A remote-control event to start seeking forward through the audio or video medium. it is a subtype of the uieventtyperemotecontrol general event type.available in ios 4.0.declared in uievent.h.

UIEventSubtypeRemoteControlEndSeekingForward

A remote-control event to end seeking forward through the audio or video medium. it is a subtype of the uieventtyperemotecontrol general event type.available in ios 4.0.declared in uievent.h.