UIApplication.BeginReceivingRemoteControlEvents Method

Definition

Indicates that the application should start listening for remote-control events.

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

Remarks

Remote-control events are generated by external devices such as headsets intended to control multimedia playback.

Applies to