UIApplication.BeginReceivingRemoteControlEvents 方法

定义

指示应用程序应开始侦听远程控制事件。

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

注解

远程控制事件由外部设备生成,例如用于控制多媒体播放的头戴显示设备。

适用于