共用方式為


UIApplication.BeginReceivingRemoteControlEvents 方法

定義

表示應用程式應該開始接聽遠端控制事件。

[Foundation.Export("beginReceivingRemoteControlEvents")]
public virtual void BeginReceivingRemoteControlEvents ();
abstract member BeginReceivingRemoteControlEvents : unit -> unit
override this.BeginReceivingRemoteControlEvents : unit -> unit
屬性

備註

遠端控制事件是由外部裝置產生,例如用來控制多媒體播放的頭戴式裝置。

適用於