Share via


UIUpdateInfo.GetCurrentUpdateInfo Method

Definition

Overloads

GetCurrentUpdateInfo(UIView)

[Foundation.Export("currentUpdateInfoForView:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.UIUpdateInfo? GetCurrentUpdateInfo(UIKit.UIView windowScene);
[<Foundation.Export("currentUpdateInfoForView:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetCurrentUpdateInfo : UIKit.UIView -> UIKit.UIUpdateInfo

Parameters

windowScene
UIView

Returns

Attributes

Applies to

GetCurrentUpdateInfo(UIWindowScene)

[Foundation.Export("currentUpdateInfoForWindowScene:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.UIUpdateInfo? GetCurrentUpdateInfo(UIKit.UIWindowScene windowScene);
[<Foundation.Export("currentUpdateInfoForWindowScene:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetCurrentUpdateInfo : UIKit.UIWindowScene -> UIKit.UIUpdateInfo

Parameters

windowScene
UIWindowScene

Returns

Attributes

Applies to