共用方式為


UIEventSubtype 列舉

定義

事件子類型的列舉。

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIEventSubtype
type UIEventSubtype = 
繼承
UIEventSubtype
屬性

欄位

MotionShake 1

與使用者震動裝置相關的事件。

None 0

事件沒有子類型。

RemoteControlBeginSeekingBackward 106

遠端控制事件,可開始透過音訊或視訊向後搜尋。

RemoteControlBeginSeekingForward 108

遠端控制事件,可開始透過音訊或視訊向前搜尋。

RemoteControlEndSeekingBackward 107

遠端控制事件,可結束透過音訊或視訊向後搜尋。

RemoteControlEndSeekingForward 109

遠端控制事件,可結束透過音訊或視訊向前搜尋。

RemoteControlNextTrack 104

用於略過下一個曲目的遠端控制程式事件。

RemoteControlPause 101

暫停音訊或視訊的遠端控制事件。

RemoteControlPlay 100

用於播放音訊或視訊的遠端控制事件。

RemoteControlPreviousTrack 105

用於略過上一個曲目的遠端控制事件。

RemoteControlStop 102

用於停止音訊或視訊的遠端控制事件。

RemoteControlTogglePlayPause 103

切換音訊或視訊播放/暫停的遠端控制事件。

適用於