UIDevice.BeginGeneratingDeviceOrientationNotifications Method

Definition

Initiates posting device orientation notification events.

[Foundation.Export("beginGeneratingDeviceOrientationNotifications")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void BeginGeneratingDeviceOrientationNotifications ();
abstract member BeginGeneratingDeviceOrientationNotifications : unit -> unit
override this.BeginGeneratingDeviceOrientationNotifications : unit -> unit
Attributes

Remarks

This can be used from a background thread.

Applies to